Uses of Enum
net.bytebuddy.build.HashCodeAndEqualsPlugin.ValueHandling.Sort
Packages that use HashCodeAndEqualsPlugin.ValueHandling.Sort
Package
Description
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.SortModifier and TypeFieldDescriptionprivate final HashCodeAndEqualsPlugin.ValueHandling.Sort
HashCodeAndEqualsPlugin.ValueMatcher.sort
The matched value.Methods in net.bytebuddy.build that return HashCodeAndEqualsPlugin.ValueHandling.SortModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.SortModifierConstructorDescriptionprotected
Creates a new value matcher.