Package io.smallrye.config.common
Class AbstractConverter<T>
- java.lang.Object
-
- io.smallrye.config.common.AbstractConverter<T>
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<T>
- Direct Known Subclasses:
AbstractDelegatingConverter
public abstract class AbstractConverter<T> extends Object implements org.eclipse.microprofile.config.spi.Converter<T>, Serializable
A basic converter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractConverter()
-