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.Fields in net.bytebuddy.implementation declared as HashCodeMethod.OffsetProviderModifier and TypeFieldDescriptionprivate final HashCodeMethod.OffsetProviderHashCodeMethod.offsetProviderThe hash code's offset provider.Constructors in net.bytebuddy.implementation with parameters of type HashCodeMethod.OffsetProviderModifierConstructorDescriptionprotectedHashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider) Creates a new hash code method implementation.privateHashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider, int multiplier, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> ignored, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> nonNullable, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> identity) Creates a new hash code method implementation.