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
Subclasses with type arguments of type HashCodeAndEqualsPlugin.ValueHandling.Sort in net.bytebuddy.buildModifier and TypeClassDescriptionstatic enumDetermines how a field should be handled.Fields in net.bytebuddy.build declared as HashCodeAndEqualsPlugin.ValueHandling.SortModifier and TypeFieldDescriptionprivate final HashCodeAndEqualsPlugin.ValueHandling.SortHashCodeAndEqualsPlugin.ValueMatcher.sortThe 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.SortModifierConstructorDescriptionprotectedCreates a new value matcher.