Uses of Class
org.apache.shenyu.common.enums.MatchModeEnum
-
Packages that use MatchModeEnum Package Description org.apache.shenyu.common.enums -
-
Uses of MatchModeEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return MatchModeEnum Modifier and Type Method Description static MatchModeEnumMatchModeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatchModeEnum[]MatchModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shenyu.common.enums with parameters of type MatchModeEnum Modifier and Type Method Description static booleanMatchModeEnum. match(java.lang.Integer code, MatchModeEnum matchModeEnum)Judgment code and enum eq.
-