Uses of Enum
net.bytebuddy.implementation.HashCodeMethod.OffsetProvider.ForStaticTypeHash
Packages that use HashCodeMethod.OffsetProvider.ForStaticTypeHash
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of HashCodeMethod.OffsetProvider.ForStaticTypeHash in net.bytebuddy.implementation
Subclasses with type arguments of type HashCodeMethod.OffsetProvider.ForStaticTypeHash in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumAn offset provider that uses the instrumented type's class constant's hash code.Methods in net.bytebuddy.implementation that return HashCodeMethod.OffsetProvider.ForStaticTypeHashModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HashCodeMethod.OffsetProvider.ForStaticTypeHash.values()Returns an array containing the constants of this enum type, in the order they are declared.