| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MethodCall.MethodLocator.ForElementMatcher
A method locator that identifies a unique virtual method. 
 | 
static class  | 
MethodCall.MethodLocator.ForExplicitMethod
Invokes a given method. 
 | 
static class  | 
MethodCall.MethodLocator.ForInstrumentedMethod
A method locator that simply returns the intercepted method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MethodCall.MethodLocator | 
MethodCall.MethodLocator.Factory.make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type. 
 | 
MethodCall.MethodLocator | 
MethodCall.MethodLocator.ForInstrumentedMethod.make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type. 
 | 
MethodCall.MethodLocator | 
MethodCall.MethodLocator.ForExplicitMethod.make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type. 
 | 
MethodCall.MethodLocator | 
MethodCall.MethodLocator.ForElementMatcher.Factory.make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type. 
 | 
Copyright © 2014–1970. All rights reserved.