Uses of Class
net.bytebuddy.description.type.RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm
-
Packages that use RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm Modifier and Type Method Description static RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm
RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm[]
RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-