Uses of Class
io.quarkus.consul.config.runtime.ValueType
-
-
Uses of ValueType in io.quarkus.consul.config.runtime
Methods in io.quarkus.consul.config.runtime that return ValueType Modifier and Type Method Description static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-