Package io.smallrye.config.common
Class AbstractSimpleDelegatingConverter<T>
- java.lang.Object
-
- io.smallrye.config.common.AbstractConverter<O>
-
- io.smallrye.config.common.AbstractDelegatingConverter<T,T>
-
- io.smallrye.config.common.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 Summary
Constructors Modifier Constructor Description protectedAbstractSimpleDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends T> delegate)
-
-
-
Constructor Detail
-
AbstractSimpleDelegatingConverter
protected AbstractSimpleDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends T> delegate)
-
-