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