Uses of Interface
net.bytebuddy.implementation.MethodCall.TargetHandler.Factory
Packages that use MethodCall.TargetHandler.Factory
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.TargetHandler.Factory in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TargetHandler.FactoryModifier and TypeClassDescription(package private) static enumA target handler factory for a constructor invocation.protected static classA factory for a field access.protected static classCreates a factory for invoking a method on the return type of another method.static classA target handler that loads the parameter of the given index as the target object.protected static enumA factory for invoking a static method or a self-declared method.protected static classA factory for a target handler that loads a specific value.static classA simple target handler that applies a given stack manipulation.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.FactoryModifier and TypeFieldDescriptionprotected final MethodCall.TargetHandler.FactoryMethodCall.targetHandlerThe target handler to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.FactoryModifierConstructorDescriptionprotectedMethodCall(MethodCall.MethodLocator.Factory methodLocator, MethodCall.TargetHandler.Factory targetHandler, List<MethodCall.ArgumentLoader.Factory> argumentLoaders, MethodCall.MethodInvoker.Factory methodInvoker, MethodCall.TerminationHandler.Factory terminationHandler, Assigner assigner, Assigner.Typing typing) Creates a new method call implementation.