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