Class ConfigSourceProvider.ConverterRegistration<T>

java.lang.Object
org.microbean.loader.microprofile.config.configsource.ConfigSourceProvider.ConverterRegistration<T>
All Implemented Interfaces:
Serializable, Converter<T>
Enclosing class:
ConfigSourceProvider

public static final class ConfigSourceProvider.ConverterRegistration<T> extends Object implements Converter<T>
A coupling of a Type, a priority (as defined in the MicroProfile Config specification), and a Converter.

For convenience, this class also implements the Converter interface itself.

Author:
Laird Nelson
See Also: