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:
  • Constructor Details

    • AbstractSimpleDelegatingConverter

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