Uses of Interface
net.bytebuddy.implementation.HashCodeMethod.NullValueGuard
-
Packages that use HashCodeMethod.NullValueGuard Package Description net.bytebuddy.implementation 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.NullValueGuard Modifier and Type Class Description static class
HashCodeMethod.NullValueGuard.NoOp
A non-operational null value guard.static class
HashCodeMethod.NullValueGuard.UsingJump
A null value guard that expects a reference type and that uses a jump if a field value isnull
.
-