Class AbstractSimpleDelegatingConverter<T>

  • All Implemented Interfaces:
    Serializable, org.eclipse.microprofile.config.spi.Converter<T>

    public abstract class AbstractSimpleDelegatingConverter<T>
    extends AbstractDelegatingConverter<T,​T>
    A converter which wraps another converter of the same type.
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractSimpleDelegatingConverter

        protected AbstractSimpleDelegatingConverter​(org.eclipse.microprofile.config.spi.Converter<? extends T> delegate)