| Package | Description |
|---|---|
| net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HashCodeMethod.NullValueGuard.NoOp
A non-operational null value guard.
|
static class |
HashCodeMethod.NullValueGuard.UsingJump
A null value guard that expects a reference type and that uses a jump if a field value is
null. |
Copyright © 2014–2023. All rights reserved.