Uses of Class
net.bytebuddy.build.HashCodeAndEqualsPlugin
-
Packages that use HashCodeAndEqualsPlugin Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of HashCodeAndEqualsPlugin in net.bytebuddy.build
Subclasses of HashCodeAndEqualsPlugin in net.bytebuddy.build Modifier and Type Class Description static class
HashCodeAndEqualsPlugin.WithNonNullableFields
A version of theHashCodeAndEqualsPlugin
that assumes that all fields are non-nullable unless they are explicitly marked.
-