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
A converter which wraps another converter (possibly of a different type).
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends I> delegate) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.Converter
convert
-
Constructor Details
-
AbstractDelegatingConverter
protected AbstractDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends I> delegate)
-
-
Method Details
-
getDelegate
-