| Package | Description |
|---|---|
| net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
| Modifier and Type | Field and Description |
|---|---|
private MethodSortMatcher.Sort |
MethodSortMatcher.sort
The sort of method description to be matched by this element matcher.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodSortMatcher.Sort |
MethodSortMatcher.Sort.valueOf(java.lang.String name)
Returns 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.
|
| Constructor and Description |
|---|
MethodSortMatcher(MethodSortMatcher.Sort sort)
Creates a new element matcher that matches a specific sort of method description.
|