Uses of Interface
net.bytebuddy.implementation.HashCodeMethod.OffsetProvider
-
Packages that use HashCodeMethod.OffsetProvider Package Description net.bytebuddy.implementation 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.OffsetProvider Modifier and Type Class Description static class
HashCodeMethod.OffsetProvider.ForFixedValue
An offset provider that supplies a fixed value.static class
HashCodeMethod.OffsetProvider.ForSuperMethodCall
An offset provider that invokes the super class'sObject.hashCode()
implementation.Fields in net.bytebuddy.implementation declared as HashCodeMethod.OffsetProvider Modifier and Type Field Description private HashCodeMethod.OffsetProvider
HashCodeMethod. offsetProvider
The hash code's offset provider.Constructors in net.bytebuddy.implementation with parameters of type HashCodeMethod.OffsetProvider Constructor Description HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)
Creates a new hash code method implementation.HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider, int multiplier, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> ignored, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> nonNullable)
Creates a new hash code method implementation.
-