Uses of Class
org.apache.shenyu.common.enums.OperatorEnum
-
Packages that use OperatorEnum Package Description org.apache.shenyu.common.enums -
-
Uses of OperatorEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return OperatorEnum Modifier and Type Method Description static OperatorEnumOperatorEnum. getOperatorEnumByAlias(java.lang.String alias)get operator enum by alias.static OperatorEnumOperatorEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatorEnum[]OperatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shenyu.common.enums that return types with arguments of type OperatorEnum Modifier and Type Method Description static java.util.List<OperatorEnum>OperatorEnum. acquireSupport()acquire operator supports.
-