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. |
Constructor and Description |
---|
HashCodeMethod(HashCodeMethod.OffsetProvider offsetProvider)
Creates a new hash code method implementation.
|
Copyright © 2014–2020. All rights reserved.