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 classEqualsMethod.NullValueGuard.NoOpA non-operational null value guard.static classEqualsMethod.NullValueGuard.UsingJumpA null value guard that expects a reference type and that skips the comparison if both values arenullbut returns if the invoked instance's field value isnullbut not the compared instance's value.
-