Uses of Enum
net.bytebuddy.implementation.MethodAccessorFactory.Illegal
Packages that use MethodAccessorFactory.Illegal
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodAccessorFactory.Illegal in net.bytebuddy.implementation
Subclasses with type arguments of type MethodAccessorFactory.Illegal in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumA method accessor factory that forbids any accessor registration.Methods in net.bytebuddy.implementation that return MethodAccessorFactory.IllegalModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MethodAccessorFactory.Illegal[]MethodAccessorFactory.Illegal.values()Returns an array containing the constants of this enum type, in the order they are declared.