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.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.
-