protected static interface HashCodeMethod.OffsetProvider
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | HashCodeMethod.OffsetProvider.ForFixedValueAn offset provider that supplies a fixed value. | 
| static class  | HashCodeMethod.OffsetProvider.ForSuperMethodCallAn offset provider that invokes the super class's  Object.hashCode()implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | resolve(TypeDescription instrumentedType)Resolves this offset provider for a given instrumented type. | 
StackManipulation resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2019. All rights reserved.