Uses of Interface
net.bytebuddy.implementation.EqualsMethod.NullValueGuard
-
Packages that use EqualsMethod.NullValueGuard Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of EqualsMethod.NullValueGuard in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement EqualsMethod.NullValueGuard Modifier and Type Class 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 arenull
but returns if the invoked instance's field value isnull
but not the compared instance's value.
-