Package io.smallrye.config.common
Class AbstractDelegatingConverter<I,O>
- java.lang.Object
-
- io.smallrye.config.common.AbstractConverter<O>
-
- io.smallrye.config.common.AbstractDelegatingConverter<I,O>
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<O>
- Direct Known Subclasses:
AbstractSimpleDelegatingConverter
public abstract class AbstractDelegatingConverter<I,O> extends AbstractConverter<O>
A converter which wraps another converter (possibly of a different type).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends I> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.config.spi.Converter<? extends I>getDelegate()
-