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