Uses of Class
org.apache.shenyu.common.enums.ConfigGroupEnum
-
Packages that use ConfigGroupEnum Package Description org.apache.shenyu.common.enums -
-
Uses of ConfigGroupEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return ConfigGroupEnum Modifier and Type Method Description static ConfigGroupEnumConfigGroupEnum. acquireByName(java.lang.String name)Acquire by name config group enum.static ConfigGroupEnumConfigGroupEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigGroupEnum[]ConfigGroupEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-