Uses of Class
io.smallrye.config.ConfigMappingContext
Packages that use ConfigMappingContext
-
Uses of ConfigMappingContext in io.smallrye.config
Methods in io.smallrye.config with parameters of type ConfigMappingContextModifier and TypeMethodDescriptionstatic BooleanConfigMappingContext.ObjectCreator.booleanValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) static booleanConfigMappingContext.ObjectCreator.boolValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) static <V,C extends Collection<V>>
Optional<C> ConfigMappingContext.ObjectCreator.convertOptionalValues(ConfigMappingContext context, String propertyName, org.eclipse.microprofile.config.spi.Converter<V> itemConverter, Class<C> collectionRawType) static <K,V, C extends Collection<V>>
Map<K, C> ConfigMappingContext.ObjectCreator.convertValues(ConfigMappingContext context, String propertyName, org.eclipse.microprofile.config.spi.Converter<K> keyConverter, org.eclipse.microprofile.config.spi.Converter<V> valueConverter, Class<C> collectionRawType, Iterable<String> keys, String defaultValue) static <K,V> Map <K, V> ConfigMappingContext.ObjectCreator.convertValues(ConfigMappingContext context, String propertyName, org.eclipse.microprofile.config.spi.Converter<K> keyConverter, org.eclipse.microprofile.config.spi.Converter<V> valueConverter, Iterable<String> keys, String defaultValue) static IntegerConfigMappingContext.ObjectCreator.integerValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) static intConfigMappingContext.ObjectCreator.intValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) ConfigMappingContext.ObjectCreator.optionalSecretValue(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith) static <V,C extends Collection<Secret<V>>>
Optional<C> ConfigMappingContext.ObjectCreator.optionalSecretValues(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> itemRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith, Class<C> collectionRawType) ConfigMappingContext.ObjectCreator.optionalStringValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) static <V> Optional<V> ConfigMappingContext.ObjectCreator.optionalValue(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith) static <V,C extends Collection<V>>
Optional<C> ConfigMappingContext.ObjectCreator.optionalValues(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> itemRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith, Class<C> collectionRawType) static <V> Secret<V> ConfigMappingContext.ObjectCreator.secretValue(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith) ConfigMappingContext.ObjectCreator.secretValues(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<K> keyRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith, boolean valueOptional, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith, Iterable<String> keys, String defaultValue) static <K,V, C extends Collection<Secret<V>>>
Map<K, C> ConfigMappingContext.ObjectCreator.secretValues(ConfigMappingContext context, boolean applyNamingStrategy, String name, 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, Iterable<String> keys, String defaultValue) static <V,C extends Collection<Secret<V>>>
CConfigMappingContext.ObjectCreator.secretValues(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> itemRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith, Class<C> collectionRawType) static StringConfigMappingContext.ObjectCreator.stringValue(ConfigMappingContext context, boolean applyNamingStrategy, String propertyName) static <V> VConfigMappingContext.ObjectCreator.value(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith) static <K,V> Map <K, V> ConfigMappingContext.ObjectCreator.values(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<K> keyRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<K>> keyConvertWith, boolean valueOptional, Class<V> valueRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> valueConvertWith, Iterable<String> keys, String defaultValue) static <K,V, C extends Collection<V>>
Map<K, C> ConfigMappingContext.ObjectCreator.values(ConfigMappingContext context, boolean applyNamingStrategy, String name, 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, Iterable<String> keys, String defaultValue) static <V,C extends Collection<V>>
CConfigMappingContext.ObjectCreator.values(ConfigMappingContext context, boolean applyNamingStrategy, String name, Class<V> itemRawType, Class<? extends org.eclipse.microprofile.config.spi.Converter<V>> itemConvertWith, Class<C> collectionRawType)