Uses of Class
jdk.jfr.AnnotationElement
Packages that use AnnotationElement
-
Uses of AnnotationElement in jdk.jfr
Methods in jdk.jfr that return types with arguments of type AnnotationElement修饰符和类方法描述AnnotationElement.getAnnotationElements()
Returns an immutable list of annotation elements for thisAnnotationElement
.EventType.getAnnotationElements()
Returns an immutable list of annotation elements for this event type.SettingDescriptor.getAnnotationElements()
Returns an immutable list of annotation elements for this value descriptor.ValueDescriptor.getAnnotationElements()
Returns an immutable list of annotation elements for this value descriptor.Method parameters in jdk.jfr with type arguments of type AnnotationElement修饰符和类方法描述static EventFactory
EventFactory.create
(List<AnnotationElement> annotationElements, List<ValueDescriptor> fields) Creates anEventFactory
object.Constructor parameters in jdk.jfr with type arguments of type AnnotationElementModifierConstructor描述ValueDescriptor
(Class<?> type, String name, List<AnnotationElement> annotations) Constructs a value descriptor, useful for dynamically creating event types and annotations.