Uses of Enum
net.bytebuddy.ByteBuddy.RecordConstructorStrategy
Packages that use ByteBuddy.RecordConstructorStrategy
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
-
Uses of ByteBuddy.RecordConstructorStrategy in net.bytebuddy
Subclasses with type arguments of type ByteBuddy.RecordConstructorStrategy in net.bytebuddyModifier and TypeClassDescriptionprotected static enumA constructor strategy for implementing a Java record.Methods in net.bytebuddy that return ByteBuddy.RecordConstructorStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ByteBuddy.RecordConstructorStrategy[]ByteBuddy.RecordConstructorStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.