Uses of Enum
net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters
Packages that use InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters in net.bytebuddy.implementation
Subclasses with type arguments of type InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumAn argument provider that loads a reference to the intercepted instance and all arguments of the intercepted method.Methods in net.bytebuddy.implementation that return InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParametersModifier and TypeMethodDescriptionInvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters.valueOf(String name) Returns the enum constant of this type with the specified name.static InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters[]InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters.values()Returns an array containing the constants of this enum type, in the order they are declared.