Uses of Enum
net.bytebuddy.matcher.StringMatcher.Mode
Packages that use StringMatcher.Mode
-
Uses of StringMatcher.Mode in net.bytebuddy.matcher
Methods in net.bytebuddy.matcher that return StringMatcher.ModeModifier and TypeMethodDescriptionstatic StringMatcher.ModeReturns the enum constant of this type with the specified name.static StringMatcher.Mode[]StringMatcher.Mode.values()Returns an array containing the constants of this enum type, 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.