| 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.ForDynamicTypeHashAn offset provider that uses the instance's class's hash code. | 
| static class  | HashCodeMethod.OffsetProvider.ForFixedValueAn offset provider that supplies a fixed value. | 
| static class  | HashCodeMethod.OffsetProvider.ForStaticTypeHashAn offset provider that uses the instrumented type's class constant's hash code. | 
| static class  | HashCodeMethod.OffsetProvider.ForSuperMethodCallAn 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–2021. All rights reserved.