Uses of Interface
io.smallrye.config.Secret
Packages that use Secret
-
Uses of Secret in io.smallrye.config
Methods in io.smallrye.config with type parameters of type SecretModifier and TypeMethodDescriptionstatic <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) 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) Methods in io.smallrye.config that return SecretModifier and TypeMethodDescriptionstatic <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) Methods in io.smallrye.config that return types with arguments of type SecretModifier and TypeMethodDescriptionstatic <T> org.eclipse.microprofile.config.spi.Converter<Secret<T>> Converters.newSecretConverter(org.eclipse.microprofile.config.spi.Converter<T> delegateConverter) Get a converter with wraps another converter's result into aSecret.ConfigMappingContext.ObjectCreator.optionalSecretValue(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)