| Package | Description | 
|---|---|
| net.bytebuddy.matcher | Contains an API for matching Java byte code entities. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StringMatcher.Mode | StringMatcher.Mode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static StringMatcher.Mode[] | StringMatcher.Mode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| StringMatcher(String value,
             StringMatcher.Mode mode)Creates a new string matcher. | 
Copyright © 2014–2015. All rights reserved.