Uses of Class
net.bytebuddy.matcher.StringMatcher.Mode
-
Packages that use StringMatcher.Mode Package Description net.bytebuddy.matcher Contains an API for matching Java byte code entities. -
-
Uses of StringMatcher.Mode in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as StringMatcher.Mode Modifier and Type Field Description private StringMatcher.Mode
StringMatcher. mode
The mode to apply for matching the given value against the matcher's input.Methods in net.bytebuddy.matcher that return StringMatcher.Mode Modifier and Type Method Description static StringMatcher.Mode
StringMatcher.Mode. valueOf(java.lang.String name)
Returns 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.Mode Constructor Description StringMatcher(java.lang.String value, StringMatcher.Mode mode)
Creates a new string matcher.
-