Uses of Class
net.bytebuddy.matcher.ModifierMatcher.Mode
-
Packages that use ModifierMatcher.Mode Package Description net.bytebuddy.matcher Contains an API for matching Java byte code entities. -
-
Uses of ModifierMatcher.Mode in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as ModifierMatcher.Mode Modifier and Type Field Description private ModifierMatcher.Mode
ModifierMatcher. mode
The matching mode to apply by this modifier matcher.Methods in net.bytebuddy.matcher that return ModifierMatcher.Mode Modifier and Type Method Description static ModifierMatcher.Mode
ModifierMatcher.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ModifierMatcher.Mode[]
ModifierMatcher.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.matcher with parameters of type ModifierMatcher.Mode Modifier and Type Method Description static <T extends ModifierReviewable>
ElementMatcher.Junction<T>ModifierMatcher. of(ModifierMatcher.Mode mode)
Returns a new element matcher that matches an element by its modifier.Constructors in net.bytebuddy.matcher with parameters of type ModifierMatcher.Mode Constructor Description ModifierMatcher(ModifierMatcher.Mode mode)
Creates a new element matcher that matches an element by its modifier.
-