Uses of Class
fish.payara.nucleus.microprofile.config.spi.ConfigValueResolver.ElementPolicy
-
Packages that use ConfigValueResolver.ElementPolicy Package Description fish.payara.nucleus.microprofile.config.converters fish.payara.nucleus.microprofile.config.spi -
-
Uses of ConfigValueResolver.ElementPolicy in fish.payara.nucleus.microprofile.config.converters
Constructors in fish.payara.nucleus.microprofile.config.converters with parameters of type ConfigValueResolver.ElementPolicy Constructor Description ArrayConverter(Class<T> elementType, org.eclipse.microprofile.config.spi.Converter<T> elementConverter, ConfigValueResolver.ElementPolicy elementPolicy) -
Uses of ConfigValueResolver.ElementPolicy in fish.payara.nucleus.microprofile.config.spi
Methods in fish.payara.nucleus.microprofile.config.spi that return ConfigValueResolver.ElementPolicy Modifier and Type Method Description static ConfigValueResolver.ElementPolicyConfigValueResolver.ElementPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigValueResolver.ElementPolicy[]ConfigValueResolver.ElementPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fish.payara.nucleus.microprofile.config.spi with parameters of type ConfigValueResolver.ElementPolicy Modifier and Type Method Description ConfigValueResolverConfigValueResolver. withPolicy(ConfigValueResolver.ElementPolicy policy)Change theConfigValueResolver.ElementPolicysetting.
-