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 classTypeDescription.Generic.AnnotationReader.Dispatcher.ForJava8CapableVmA dispatcher for a modern JVM that supports type annotations.static classTypeDescription.Generic.AnnotationReader.Dispatcher.ForLegacyVmA dispatcher forTypeDescription.Generic.AnnotationReaders 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.DispatcherTypeDescription.Generic.AnnotationReader. DISPATCHERThe dispatcher to use.Methods in net.bytebuddy.description.type that return TypeDescription.Generic.AnnotationReader.Dispatcher Modifier and Type Method Description TypeDescription.Generic.AnnotationReader.DispatcherTypeDescription.Generic.AnnotationReader.Dispatcher.CreationAction. run()
-