Uses of Interface
net.bytebuddy.implementation.MethodCall.TerminationHandler.Factory
-
Packages that use MethodCall.TerminationHandler.Factory Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.TerminationHandler.Factory in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TerminationHandler.Factory Modifier and Type Class Description protected static classMethodCall.TerminationHandler.FieldSetting.ExplicitA factory for a field-setting termination handler that locates a given field.protected static classMethodCall.TerminationHandler.FieldSetting.ImplicitA factory for a field-setting termination handler that uses a matcher to locate the target field on the insturmented type.static classMethodCall.TerminationHandler.SimpleSimple termination handler implementations.Fields in net.bytebuddy.implementation declared as MethodCall.TerminationHandler.Factory Modifier and Type Field Description protected MethodCall.TerminationHandler.FactoryMethodCall. terminationHandlerThe termination handler to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TerminationHandler.Factory Constructor Description MethodCall(MethodCall.MethodLocator.Factory methodLocator, MethodCall.TargetHandler.Factory targetHandler, java.util.List<MethodCall.ArgumentLoader.Factory> argumentLoaders, MethodCall.MethodInvoker.Factory methodInvoker, MethodCall.TerminationHandler.Factory terminationHandler, Assigner assigner, Assigner.Typing typing)Creates a new method call implementation.
-