Uses of Enum
net.bytebuddy.matcher.ModifierMatcher.Mode
Packages that use ModifierMatcher.Mode
-
Uses of ModifierMatcher.Mode in net.bytebuddy.matcher
Methods in net.bytebuddy.matcher that return ModifierMatcher.ModeModifier and TypeMethodDescriptionstatic ModifierMatcher.ModeReturns 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.ModeModifier and TypeMethodDescriptionstatic <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.ModeModifierConstructorDescriptionCreates a new element matcher that matches an element by its modifier.