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 classHashCodeMethod.OffsetProvider.ForDynamicTypeHashAn offset provider that uses the instance's class's hash code.static classHashCodeMethod.OffsetProvider.ForFixedValueAn offset provider that supplies a fixed value.static classHashCodeMethod.OffsetProvider.ForStaticTypeHashAn offset provider that uses the instrumented type's class constant's hash code.static classHashCodeMethod.OffsetProvider.ForSuperMethodCallAn 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.OffsetProviderHashCodeMethod. offsetProviderThe 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, ElementMatcher.Junction<? super FieldDescription.InDefinedShape> identity)Creates a new hash code method implementation.
-