Uses of Class
io.quarkus.arc.config.ConfigProperties.NamingStrategy
-
Packages that use ConfigProperties.NamingStrategy Package Description io.quarkus.arc.config -
-
Uses of ConfigProperties.NamingStrategy in io.quarkus.arc.config
Methods in io.quarkus.arc.config that return ConfigProperties.NamingStrategy Modifier and Type Method Description ConfigProperties.NamingStrategynamingStrategy()Deprecated.The naming strategy to use for the corresponding property.static ConfigProperties.NamingStrategyConfigProperties.NamingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigProperties.NamingStrategy[]ConfigProperties.NamingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-