Uses of Interface
net.bytebuddy.implementation.HashCodeMethod.NullValueGuard
Packages that use HashCodeMethod.NullValueGuard
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of HashCodeMethod.NullValueGuard in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement HashCodeMethod.NullValueGuardModifier and TypeClassDescriptionstatic enum
A non-operational null value guard.static class
A null value guard that expects a reference type and that uses a jump if a field value isnull
.