Uses of Interface
net.bytebuddy.implementation.EqualsMethod.NullValueGuard
Packages that use EqualsMethod.NullValueGuard
Package
Description
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.NullValueGuardModifier and TypeClassDescriptionstatic enum
A non-operational null value guard.static class
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.