<V,C extends Collection<V>> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.collection(Class<C> collectionRawType) |
|
<T> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.constructObject(String path) |
|
<G> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.group(Class<G> groupType) |
|
<G> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.lazyGroup(Class<G> groupType) |
|
<K> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.map(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith) |
|
<K> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.map(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith,
String unnamedKey) |
|
<K,V> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.map(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith,
String unnamedKey,
Class<V> defaultClass) |
|
<K,V> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.map(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith,
String unnamedKey,
Supplier<V> defaultValue) |
|
<V,C extends Collection<V>> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.optionalCollection(Class<C> collectionRawType) |
|
<G> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.optionalGroup(Class<G> groupType) |
|
<V> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.optionalValue(Class<V> valueRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith) |
|
<V,C extends Collection<V>> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.optionalValues(Class<V> itemRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith,
Class<C> collectionRawType) |
|
ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.value(Class<T> valueRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<T>> valueConvertWith) |
|
<K,V,C extends Collection<V>> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.values(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith,
Class<V> valueRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith,
Class<C> collectionRawType,
String defaultValue) |
|
<K,V> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.values(Class<K> keyRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith,
Class<V> valueRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith,
String defaultValue) |
|
<V,C extends Collection<V>> ConfigMappingContext.ObjectCreator<T> |
ConfigMappingContext.ObjectCreator.values(Class<V> itemRawType,
Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith,
Class<C> collectionRawType) |
|