Uses of Interface
net.bytebuddy.implementation.HashCodeMethod.OffsetProvider
Packages that use HashCodeMethod.OffsetProvider
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of HashCodeMethod.OffsetProvider in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement HashCodeMethod.OffsetProviderModifier and TypeClassDescriptionstatic enumAn offset provider that uses the instance's class's hash code.static classAn offset provider that supplies a fixed value.static enumAn offset provider that uses the instrumented type's class constant's hash code.static enumAn offset provider that invokes the super class'sObject.hashCode()implementation.Constructors in net.bytebuddy.implementation with parameters of type HashCodeMethod.OffsetProviderModifierConstructorDescriptionprotectedHashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider) Creates a new hash code method implementation.