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
Subclasses with type arguments of type AnnotationValue.RenderingDispatcher in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic enumA rendering dispatcher is responsible for resolving annotation values toStringrepresentations.Fields in net.bytebuddy.description.annotation declared as AnnotationValue.RenderingDispatcherModifier and TypeFieldDescriptionstatic final AnnotationValue.RenderingDispatcherAnnotationValue.RenderingDispatcher.CURRENTThe 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.