| Package | Description | 
|---|---|
| net.bytebuddy.matcher | 
 Contains an API for matching Java byte code entities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ModifierMatcher.Mode | 
ModifierMatcher.Mode.valueOf(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends ModifierReviewable> | 
ModifierMatcher.of(ModifierMatcher.Mode mode)
Returns a new element matcher that matches an element by its modifier. 
 | 
| Constructor and Description | 
|---|
ModifierMatcher(ModifierMatcher.Mode mode)
Creates a new element matcher that matches an element by its modifier. 
 | 
Copyright © 2014–2024. All rights reserved.