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 enumA factory for creating a contextual method invoker.(package private) static enumA factory for creating a method invoker for a default method invocation.(package private) static enumA method invoker factory for a super method invocation.protected static classA method invoker factory for a virtual method invocation.protected static enumA 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.FactoryMethodCall.methodInvokerThe method invoker to use.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.MethodInvoker.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.