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.Constructors in net.bytebuddy.implementation with parameters of type HashCodeMethod.OffsetProvider Constructor Description HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)
Creates a new hash code method implementation.
-