Uses of Enum
net.bytebuddy.implementation.MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory
Packages that use MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory in net.bytebuddy.implementation
Subclasses with type arguments of type MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory in net.bytebuddy.implementationModifier and TypeClassDescription(package private) static enumA factory for creating a method invoker for a default method invocation.Methods in net.bytebuddy.implementation that return MethodCall.MethodInvoker.ForDefaultMethodInvocation.FactoryModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory.values()Returns an array containing the constants of this enum type, in the order they are declared.