Uses of Enum Class
net.bytebuddy.description.annotation.AnnotationDescription.RenderingDispatcher
Packages that use AnnotationDescription.RenderingDispatcher
Package
Description
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.RenderingDispatcherModifier and TypeFieldDescriptionstatic final AnnotationDescription.RenderingDispatcher
AnnotationDescription.RenderingDispatcher.CURRENT
The rendering dispatcher for the current VM.Methods in net.bytebuddy.description.annotation that return AnnotationDescription.RenderingDispatcherModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AnnotationDescription.RenderingDispatcher.values()
Returns an array containing the constants of this enum class, in the order they are declared.