Uses of Enum
net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Simple
Packages that use MethodDelegationBinder.MethodInvoker.Simple
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of MethodDelegationBinder.MethodInvoker.Simple in net.bytebuddy.implementation.bind
Subclasses with type arguments of type MethodDelegationBinder.MethodInvoker.Simple in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionstatic enumA simple method invocation that merely uses the most general form of method invocation as provided byMethodInvocation.Methods in net.bytebuddy.implementation.bind that return MethodDelegationBinder.MethodInvoker.SimpleModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodDelegationBinder.MethodInvoker.Simple.values()Returns an array containing the constants of this enum type, in the order they are declared.