Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
EqualsMethod.NullValueGuard.NoOp
A non-operational null value guard.
|
static class |
EqualsMethod.NullValueGuard.UsingJump
A null value guard that expects a reference type and that skips the comparison if both values are
null but returns if
the invoked instance's field value is null but not the compared instance's value. |
Copyright © 2014–2023. All rights reserved.