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 classMethodCall.MethodInvoker.ForContextualInvocation.FactoryA factory for creating a contextual method invoker.(package private) static classMethodCall.MethodInvoker.ForDefaultMethodInvocation.FactoryA factory for creating a method invoker for a default method invocation.(package private) static classMethodCall.MethodInvoker.ForSuperMethodInvocation.FactoryA method invoker factory for a super method invocation.protected static classMethodCall.MethodInvoker.ForVirtualInvocation.FactoryA method invoker factory for a virtual method invocation.protected static classMethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitTypeA 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.FactoryMethodCall. methodInvokerThe 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.
-