Package io.smallrye.config.common
Class AbstractSimpleDelegatingConverter<T>
java.lang.Object
io.smallrye.config.common.AbstractConverter<T>
io.smallrye.config.common.AbstractDelegatingConverter<T,T>
io.smallrye.config.common.AbstractSimpleDelegatingConverter<T>
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<T>
A converter which wraps another converter of the same type.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSimpleDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends T> delegate) -
Method Summary
Methods inherited from class io.smallrye.config.common.AbstractDelegatingConverter
getDelegateMethods 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
-
AbstractSimpleDelegatingConverter
protected AbstractSimpleDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends T> delegate)
-