Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodInvoker.Factory
Packages that use MethodCall.MethodInvoker.Factory
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.MethodInvoker.Factory in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.MethodInvoker.FactoryModifier and TypeClassDescription(package private) static enum
A factory for creating a contextual method invoker.(package private) static enum
A factory for creating a method invoker for a default method invocation.(package private) static enum
A method invoker factory for a super method invocation.protected static class
A method invoker factory for a virtual method invocation.protected static enum
A method invoker for a virtual method that uses an implicit target type.Fields in net.bytebuddy.implementation declared as MethodCall.MethodInvoker.FactoryModifier and TypeFieldDescriptionprotected final MethodCall.MethodInvoker.Factory
MethodCall.methodInvoker
The method invoker to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.MethodInvoker.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.