Uses of Interface
net.bytebuddy.implementation.MethodCall.TerminationHandler
Packages that use MethodCall.TerminationHandler
Package
Description
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.TerminationHandlerModifier and TypeClassDescriptionstatic class
A termination handler that sets a field.static enum
Simple termination handler implementations.Fields in net.bytebuddy.implementation declared as MethodCall.TerminationHandlerModifier and TypeFieldDescriptionprivate final MethodCall.TerminationHandler
MethodCall.Appender.terminationHandler
The termination handler to use.Methods in net.bytebuddy.implementation that return MethodCall.TerminationHandlerModifier and TypeMethodDescriptionMethodCall.TerminationHandler.Factory.make
(TypeDescription instrumentedType) Creates a termination handler for a given instrumented type.MethodCall.TerminationHandler.FieldSetting.Explicit.make
(TypeDescription instrumentedType) Creates a termination handler for a given instrumented type.MethodCall.TerminationHandler.FieldSetting.Implicit.make
(TypeDescription instrumentedType) Creates a termination handler for a given instrumented type.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.TerminationHandlerModifierConstructorDescriptionprotected
Appender
(Implementation.Target implementationTarget, MethodCall.TerminationHandler terminationHandler) Creates a new appender.