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 classMethodCall.TerminationHandler.FieldSettingA termination handler that sets a field.static classMethodCall.TerminationHandler.SimpleSimple termination handler implementations.Methods in net.bytebuddy.implementation that return MethodCall.TerminationHandler Modifier and Type Method Description MethodCall.TerminationHandlerMethodCall.TerminationHandler.Factory. make(TypeDescription instrumentedType)Creates a termination handler for a given instrumented type.MethodCall.TerminationHandlerMethodCall.TerminationHandler.FieldSetting.Explicit. make(TypeDescription instrumentedType)Creates a termination handler for a given instrumented type.MethodCall.TerminationHandlerMethodCall.TerminationHandler.FieldSetting.Implicit. make(TypeDescription instrumentedType)Creates a termination handler for a given instrumented type.MethodCall.TerminationHandlerMethodCall.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.
-