Uses of Enum
net.bytebuddy.description.annotation.AnnotationValue.RenderingDispatcher
Packages that use AnnotationValue.RenderingDispatcher
Package
Description
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.RenderingDispatcherModifier and TypeFieldDescriptionstatic final AnnotationValue.RenderingDispatcher
AnnotationValue.RenderingDispatcher.CURRENT
The rendering dispatcher for the current VM.Methods in net.bytebuddy.description.annotation that return AnnotationValue.RenderingDispatcherModifier and TypeMethodDescriptionReturns 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.