Uses of Interface
net.bytebuddy.implementation.MethodCall.TerminationHandler
-
Packages that use MethodCall.TerminationHandler Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.TerminationHandler in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TerminationHandler Modifier and Type Class Description static class
MethodCall.TerminationHandler.FieldSetting
A termination handler that sets a field.static class
MethodCall.TerminationHandler.Simple
Simple termination handler implementations.Fields in net.bytebuddy.implementation declared as MethodCall.TerminationHandler Modifier and Type Field Description private MethodCall.TerminationHandler
MethodCall.Appender. terminationHandler
The termination handler to use.Methods in net.bytebuddy.implementation that return MethodCall.TerminationHandler Modifier and Type Method Description MethodCall.TerminationHandler
MethodCall.TerminationHandler.Factory. 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.MethodCall.TerminationHandler
MethodCall.TerminationHandler.Simple. make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TerminationHandler Constructor Description Appender(Implementation.Target implementationTarget, MethodCall.TerminationHandler terminationHandler)
Creates a new appender.
-