@Deprecated public final class ConverterFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static Method |
getConverterType
Deprecated.
|
(package private) static Method |
getImplicitConverter
Deprecated.
|
(package private) static io.smallrye.config.SmallRyeConfigBuilder |
smallRyeConfigBuilder
Deprecated.
|
| Constructor and Description |
|---|
ConverterFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
getConverterType(org.eclipse.microprofile.config.spi.Converter<T> converter)
Deprecated.
This method will find what is the generic type of a given
Converter. |
static <T> org.eclipse.microprofile.config.spi.Converter<T> |
getImplicitConverter(Class<T> itemClass)
Deprecated.
|
static final Method getImplicitConverter
static final Method getConverterType
static final io.smallrye.config.SmallRyeConfigBuilder smallRyeConfigBuilder
public static <T> org.eclipse.microprofile.config.spi.Converter<T> getImplicitConverter(Class<T> itemClass)
public static <T> Class<T> getConverterType(org.eclipse.microprofile.config.spi.Converter<T> converter)
Converter. Currently it works by
reflective invocation of SmallRyeConfigBuilder.getConverterType(java.lang.Class) method, but later it should
be changed to call it directly, after method from SmallRyeConfigBuilder becomes public.T - the inferred converter typeconverter - the Converter to get resultant type fromCopyright © 2019 JBoss by Red Hat. All rights reserved.