Uses of Interface
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Dispatcher
-
Packages that use TypeDescription.Generic.AnnotationReader.Dispatcher Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.AnnotationReader.Dispatcher in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeDescription.Generic.AnnotationReader.Dispatcher Modifier and Type Class Description static class
TypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVm
A dispatcher for a modern JVM that supports type annotations.static class
TypeDescription.Generic.AnnotationReader.Dispatcher.ForLegacyVm
A dispatcher forTypeDescription.Generic.AnnotationReader
s on a legacy VM that does not support type annotations.Fields in net.bytebuddy.description.type declared as TypeDescription.Generic.AnnotationReader.Dispatcher Modifier and Type Field Description static TypeDescription.Generic.AnnotationReader.Dispatcher
TypeDescription.Generic.AnnotationReader. DISPATCHER
The dispatcher to use.Methods in net.bytebuddy.description.type that return TypeDescription.Generic.AnnotationReader.Dispatcher Modifier and Type Method Description TypeDescription.Generic.AnnotationReader.Dispatcher
TypeDescription.Generic.AnnotationReader.Dispatcher.CreationAction. run()
-