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