Class 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.