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.ForLegacyVm
A dispatcher for a legacy VM.Methods in net.bytebuddy.description.type that return TypeDescription.ForLoadedType.Dispatcher Modifier and Type Method Description TypeDescription.ForLoadedType.Dispatcher
TypeDescription.ForLoadedType.Dispatcher.CreationAction. run()
-