Uses of Enum Class
net.bytebuddy.matcher.StringMatcher.Mode
Packages that use StringMatcher.Mode
-
Uses of StringMatcher.Mode in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as StringMatcher.ModeModifier and TypeFieldDescriptionprivate final StringMatcher.ModeStringMatcher.modeThe mode to apply for matching the given value against the matcher's input.Methods in net.bytebuddy.matcher that return StringMatcher.ModeModifier and TypeMethodDescriptionstatic StringMatcher.ModeReturns the enum constant of this class with the specified name.static StringMatcher.Mode[]StringMatcher.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy.matcher with parameters of type StringMatcher.ModeModifierConstructorDescriptionStringMatcher(String value, StringMatcher.Mode mode) Creates a new string matcher.