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 classA termination handler that sets a field.static enumSimple termination handler implementations.Fields in net.bytebuddy.implementation declared as MethodCall.TerminationHandlerModifier and TypeFieldDescriptionprivate final MethodCall.TerminationHandlerMethodCall.Appender.terminationHandlerThe 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.TerminationHandlerModifierConstructorDescriptionprotectedAppender(Implementation.Target implementationTarget, MethodCall.TerminationHandler terminationHandler) Creates a new appender.