Uses of Interface
net.bytebuddy.description.type.TypeDescription.ForLoadedType.Dispatcher
-
Packages that use TypeDescription.ForLoadedType.Dispatcher Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.ForLoadedType.Dispatcher in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeDescription.ForLoadedType.Dispatcher Modifier and Type Class Description static class
TypeDescription.ForLoadedType.Dispatcher.ForJava11CapableVm
A dispatcher for a Java 11-capable VM.static class
TypeDescription.ForLoadedType.Dispatcher.ForJava16CapableVm
A dispatcher for a Java 16-capable VM.static class
TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM.Fields in net.bytebuddy.description.type declared as TypeDescription.ForLoadedType.Dispatcher Modifier and Type Field Description private static TypeDescription.ForLoadedType.Dispatcher
TypeDescription.ForLoadedType. DISPATCHER
A dispatcher for invking methods onClass
reflectively.Methods in net.bytebuddy.description.type that return TypeDescription.ForLoadedType.Dispatcher Modifier and Type Method Description TypeDescription.ForLoadedType.Dispatcher
TypeDescription.ForLoadedType.Dispatcher.CreationAction. run()
-