Uses of Enum
com.alibaba.cloud.commons.matcher.StringMatcherType
Packages that use StringMatcherType
-
Uses of StringMatcherType in com.alibaba.cloud.commons.matcher
Methods in com.alibaba.cloud.commons.matcher that return StringMatcherTypeModifier and TypeMethodDescriptionStringMatcher.getType()static StringMatcherTypeReturns the enum constant of this type with the specified name.static StringMatcherType[]StringMatcherType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.cloud.commons.matcher with parameters of type StringMatcherTypeConstructors in com.alibaba.cloud.commons.matcher with parameters of type StringMatcherTypeModifierConstructorDescriptionStringMatcher(String matcher, StringMatcherType type, boolean isIgnoreCase)