Uses of Enum
net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
Packages that use MethodDelegationBinder.ParameterBinding.Illegal
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of MethodDelegationBinder.ParameterBinding.Illegal in net.bytebuddy.implementation.bind
Subclasses with type arguments of type MethodDelegationBinder.ParameterBinding.Illegal in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionstatic enumA singleton representation of an illegal binding for a method parameter.Methods in net.bytebuddy.implementation.bind that return MethodDelegationBinder.ParameterBinding.IllegalModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodDelegationBinder.ParameterBinding.Illegal.values()Returns an array containing the constants of this enum type, in the order they are declared.