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