| Package | Description | 
|---|---|
| net.bytebuddy.instrumentation.method | 
 This package contains types and implementations for describing a Java byte code method which can be any byte code
 container, i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MethodLookupEngine.Default.DefaultMethodLookup | 
MethodLookupEngine.Default.DefaultMethodLookup.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MethodLookupEngine.Default.DefaultMethodLookup[] | 
MethodLookupEngine.Default.DefaultMethodLookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
Default(MethodLookupEngine.Default.DefaultMethodLookup defaultMethodLookup)
Creates a new default method lookup engine. 
 | 
Copyright © 2014. All rights reserved.