Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.RenderingDispatcher
-
Packages that use AnnotationDescription.RenderingDispatcher Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationDescription.RenderingDispatcher in net.bytebuddy.description.annotation
Fields in net.bytebuddy.description.annotation declared as AnnotationDescription.RenderingDispatcher Modifier and Type Field Description static AnnotationDescription.RenderingDispatcher
AnnotationDescription.RenderingDispatcher. CURRENT
The rendering dispatcher for the current VM.Methods in net.bytebuddy.description.annotation that return AnnotationDescription.RenderingDispatcher Modifier and Type Method Description static AnnotationDescription.RenderingDispatcher
AnnotationDescription.RenderingDispatcher. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnnotationDescription.RenderingDispatcher[]
AnnotationDescription.RenderingDispatcher. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-