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 classTypeDescription.ForLoadedType.Dispatcher.ForJava11CapableVmA dispatcher for a Java 11-capable VM.static classTypeDescription.ForLoadedType.Dispatcher.ForJava16CapableVmA dispatcher for a Java 16-capable VM.static classTypeDescription.ForLoadedType.Dispatcher.ForLegacyVmA 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.DispatcherTypeDescription.ForLoadedType. DISPATCHERA dispatcher for invking methods onClassreflectively.Methods in net.bytebuddy.description.type that return TypeDescription.ForLoadedType.Dispatcher Modifier and Type Method Description TypeDescription.ForLoadedType.DispatcherTypeDescription.ForLoadedType.Dispatcher.CreationAction. run()
-