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.ForFixedValueAn offset provider that supplies a fixed value.static classHashCodeMethod.OffsetProvider.ForSuperMethodCallAn offset provider that invokes the super class'sObject.hashCode()implementation.Constructors in net.bytebuddy.implementation with parameters of type HashCodeMethod.OffsetProvider Constructor Description HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)Creates a new hash code method implementation.
-