Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodInvoker.Factory
-
Packages that use MethodCall.MethodInvoker.Factory Package Description net.bytebuddy.implementation 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.Factory Modifier and Type Class Description (package private) static class
MethodCall.MethodInvoker.ForContextualInvocation.Factory
A factory for creating a contextual method invoker.(package private) static class
MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory
A factory for creating a method invoker for a default method invocation.(package private) static class
MethodCall.MethodInvoker.ForSuperMethodInvocation.Factory
A method invoker factory for a super method invocation.protected static class
MethodCall.MethodInvoker.ForVirtualInvocation.Factory
A method invoker factory for a virtual method invocation.protected static class
MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType
A method invoker for a virtual method that uses an implicit target type.Fields in net.bytebuddy.implementation declared as MethodCall.MethodInvoker.Factory Modifier and Type Field Description protected MethodCall.MethodInvoker.Factory
MethodCall. methodInvoker
The method invoker to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.MethodInvoker.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.
-