| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
HashCodeMethod.OffsetProvider.ForDynamicTypeHash
An offset provider that uses the instance's class's hash code. 
 | 
static class  | 
HashCodeMethod.OffsetProvider.ForFixedValue
An offset provider that supplies a fixed value. 
 | 
static class  | 
HashCodeMethod.OffsetProvider.ForStaticTypeHash
An offset provider that uses the instrumented type's class constant's hash code. 
 | 
static class  | 
HashCodeMethod.OffsetProvider.ForSuperMethodCall
An offset provider that invokes the super class's  
Object.hashCode() implementation. | 
| Constructor and Description | 
|---|
HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)
Creates a new hash code method implementation. 
 | 
Copyright © 2014–2024. All rights reserved.