Uses of Enum
net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForNullConstant
Packages that use MethodCall.ArgumentLoader.ForNullConstant
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.ArgumentLoader.ForNullConstant in net.bytebuddy.implementation
Subclasses with type arguments of type MethodCall.ArgumentLoader.ForNullConstant in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumAn argument loader that loads thenullvalue onto the operand stack.Methods in net.bytebuddy.implementation that return MethodCall.ArgumentLoader.ForNullConstantModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodCall.ArgumentLoader.ForNullConstant.values()Returns an array containing the constants of this enum type, in the order they are declared.