| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MethodCall.TerminationHandler.FieldSetting
A termination handler that sets a field. 
 | 
static class  | 
MethodCall.TerminationHandler.Simple
Simple termination handler implementations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MethodCall.TerminationHandler | 
MethodCall.TerminationHandler.Factory.make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type. 
 | 
MethodCall.TerminationHandler | 
MethodCall.TerminationHandler.Simple.make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type. 
 | 
MethodCall.TerminationHandler | 
MethodCall.TerminationHandler.FieldSetting.Explicit.make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type. 
 | 
MethodCall.TerminationHandler | 
MethodCall.TerminationHandler.FieldSetting.Implicit.make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type. 
 | 
| Constructor and Description | 
|---|
Appender(Implementation.Target implementationTarget,
        MethodCall.TerminationHandler terminationHandler)
Creates a new appender. 
 | 
Copyright © 2014–2021. All rights reserved.