| 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.ForElementMatcherA method locator that identifies a unique virtual method. | 
| static class  | MethodCall.MethodLocator.ForExplicitMethodInvokes a given method. | 
| static class  | MethodCall.MethodLocator.ForInstrumentedMethodA 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–2023. All rights reserved.