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 enum
A target handler factory for a constructor invocation.protected static class
A factory for a field access.protected static class
Creates a factory for invoking a method on the return type of another method.static class
A target handler that loads the parameter of the given index as the target object.protected static enum
A factory for invoking a static method or a self-declared method.protected static class
A factory for a target handler that loads a specific value.static class
A simple target handler that applies a given stack manipulation.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.FactoryModifier and TypeFieldDescriptionprotected final MethodCall.TargetHandler.Factory
MethodCall.targetHandler
The target handler to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.FactoryModifierConstructorDescriptionprotected
MethodCall
(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.