Module net.sourceforge.urin
Package net.sourceforge.urin
Class MakingDecoder<NON_ENCODED,FACTORY_INPUT,ENCODED>
- java.lang.Object
-
- net.sourceforge.urin.MakingDecoder<NON_ENCODED,FACTORY_INPUT,ENCODED>
-
- Type Parameters:
NON_ENCODED
- the class of the decoded objects produced.FACTORY_INPUT
- the class of decoded objects this class uses to construct the final output.ENCODED
- the class of the encoded objects parsed.
public abstract class MakingDecoder<NON_ENCODED,FACTORY_INPUT,ENCODED> extends java.lang.Object
A parser of encoded URI components.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MakingDecoder(PercentEncodingPartial<FACTORY_INPUT,ENCODED> percentEncodingPartial)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract NON_ENCODED
makeOne(FACTORY_INPUT input)
-
-
-
Constructor Detail
-
MakingDecoder
protected MakingDecoder(PercentEncodingPartial<FACTORY_INPUT,ENCODED> percentEncodingPartial)
-
-
Method Detail
-
makeOne
protected abstract NON_ENCODED makeOne(FACTORY_INPUT input)
-
-