Uses of Class
net.bytebuddy.build.HashCodeAndEqualsPlugin.ValueHandling.Sort
-
Packages that use HashCodeAndEqualsPlugin.ValueHandling.Sort Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of HashCodeAndEqualsPlugin.ValueHandling.Sort in net.bytebuddy.build
Fields in net.bytebuddy.build declared as HashCodeAndEqualsPlugin.ValueHandling.Sort Modifier and Type Field Description private HashCodeAndEqualsPlugin.ValueHandling.SortHashCodeAndEqualsPlugin.ValueMatcher. sortThe matched value.Methods in net.bytebuddy.build that return HashCodeAndEqualsPlugin.ValueHandling.Sort Modifier and Type Method Description HashCodeAndEqualsPlugin.ValueHandling.Sortvalue()Determines the handling of the annotated field.static HashCodeAndEqualsPlugin.ValueHandling.SortHashCodeAndEqualsPlugin.ValueHandling.Sort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HashCodeAndEqualsPlugin.ValueHandling.Sort[]HashCodeAndEqualsPlugin.ValueHandling.Sort. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.build with parameters of type HashCodeAndEqualsPlugin.ValueHandling.Sort Constructor Description ValueMatcher(HashCodeAndEqualsPlugin.ValueHandling.Sort sort)Creates a new value matcher.
-