Class AbstractDelegatingEncoder<T,​S>

  • Type Parameters:
    T - the resulting type, the "Target"
    S - the input type, the "Source"
    All Implemented Interfaces:
    Component<EncoderKey>, Keyed<EncoderKey>, Encoder<T,​S>

    public abstract class AbstractDelegatingEncoder<T,​S>
    extends Object
    implements Encoder<T,​S>
    TODO JavaDoc
    • Constructor Detail

      • AbstractDelegatingEncoder

        public AbstractDelegatingEncoder()