Uses of Enum
net.bytebuddy.matcher.MethodSortMatcher.Sort
Packages that use MethodSortMatcher.Sort
-
Uses of MethodSortMatcher.Sort in net.bytebuddy.matcher
Subclasses with type arguments of type MethodSortMatcher.Sort in net.bytebuddy.matcherModifier and TypeClassDescriptionstatic enumRepresents a specific characteristic of a method description.Methods in net.bytebuddy.matcher that return MethodSortMatcher.SortModifier and TypeMethodDescriptionstatic MethodSortMatcher.SortReturns the enum constant of this type with the specified name.static MethodSortMatcher.Sort[]MethodSortMatcher.Sort.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 MethodSortMatcher.SortModifier and TypeMethodDescriptionstatic <T extends MethodDescription>
ElementMatcher.Junction<T> MethodSortMatcher.of(MethodSortMatcher.Sort sort) Returns an element matcher that matches a specific sort of method description.Constructors in net.bytebuddy.matcher with parameters of type MethodSortMatcher.SortModifierConstructorDescriptionCreates a new element matcher that matches a specific sort of method description.