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.ForFixedValue
An offset provider that supplies a fixed value.
|
static class |
HashCodeMethod.OffsetProvider.ForSuperMethodCall
An offset provider that invokes the super class's
Object.hashCode() implementation. |
Modifier and Type | Field and Description |
---|---|
private HashCodeMethod.OffsetProvider |
HashCodeMethod.offsetProvider
The hash code's offset provider.
|
Constructor and Description |
---|
HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)
Creates a new hash code method implementation.
|
HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider,
int multiplier,
ElementMatcher.Junction<? super FieldDescription.InDefinedShape> ignored,
ElementMatcher.Junction<? super FieldDescription.InDefinedShape> nonNullable)
Creates a new hash code method implementation.
|