Uses of Enum
net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference.Factory
Packages that use MethodCall.ArgumentLoader.ForThisReference.Factory
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.ArgumentLoader.ForThisReference.Factory in net.bytebuddy.implementation
Subclasses with type arguments of type MethodCall.ArgumentLoader.ForThisReference.Factory in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumA factory for an argument loader that supplies thethisvalue as an argument.Methods in net.bytebuddy.implementation that return MethodCall.ArgumentLoader.ForThisReference.FactoryModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodCall.ArgumentLoader.ForThisReference.Factory.values()Returns an array containing the constants of this enum type, in the order they are declared.