Uses of Enum
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
Subclasses with type arguments of type AnnotationDescription.RenderingDispatcher in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic enumA rendering dispatcher is responsible for resolving annotation descriptions toStringrepresentations.Fields in net.bytebuddy.description.annotation declared as AnnotationDescription.RenderingDispatcherModifier and TypeFieldDescriptionstatic final AnnotationDescription.RenderingDispatcherAnnotationDescription.RenderingDispatcher.CURRENTThe rendering dispatcher for the current VM.Methods in net.bytebuddy.description.annotation that return AnnotationDescription.RenderingDispatcherModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AnnotationDescription.RenderingDispatcher.values()Returns an array containing the constants of this enum type, in the order they are declared.