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