Uses of Interface
net.bytebuddy.description.type.RecordComponentDescription.ForLoadedRecordComponent.Dispatcher
-
Packages that use RecordComponentDescription.ForLoadedRecordComponent.Dispatcher Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of RecordComponentDescription.ForLoadedRecordComponent.Dispatcher in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement RecordComponentDescription.ForLoadedRecordComponent.Dispatcher Modifier and Type Class Description static class
RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForJava14CapableVm
A dispatcher for a Java 14-capable JVM.static class
RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not support records.Fields in net.bytebuddy.description.type declared as RecordComponentDescription.ForLoadedRecordComponent.Dispatcher Modifier and Type Field Description protected static RecordComponentDescription.ForLoadedRecordComponent.Dispatcher
RecordComponentDescription.ForLoadedRecordComponent. DISPATCHER
The dispatcher to use.Methods in net.bytebuddy.description.type that return RecordComponentDescription.ForLoadedRecordComponent.Dispatcher Modifier and Type Method Description RecordComponentDescription.ForLoadedRecordComponent.Dispatcher
RecordComponentDescription.ForLoadedRecordComponent.Dispatcher.CreationAction. run()
-