Uses of Enum
net.bytebuddy.matcher.ModifierMatcher.Mode
Packages that use ModifierMatcher.Mode
-
Uses of ModifierMatcher.Mode in net.bytebuddy.matcher
Subclasses with type arguments of type ModifierMatcher.Mode in net.bytebuddy.matcherModifier and TypeClassDescriptionstatic enumDetermines the type of modifier to be matched by aModifierMatcher.Fields in net.bytebuddy.matcher declared as ModifierMatcher.ModeModifier and TypeFieldDescriptionprivate final ModifierMatcher.ModeModifierMatcher.modeThe matching mode to apply by this modifier 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.