Uses of Class
jdk.jfr.AnnotationElement
-
Packages that use AnnotationElement 软件包 描述 jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。 -
-
Uses of AnnotationElement in jdk.jfr
Methods in jdk.jfr that return types with arguments of type AnnotationElement 变量和类型 方法 描述 List<AnnotationElement>AnnotationElement. getAnnotationElements()返回此AnnotationElement的注释元素的不可变列表。List<AnnotationElement>EventType. getAnnotationElements()返回此事件类型的注释元素的不可变列表。List<AnnotationElement>SettingDescriptor. getAnnotationElements()返回此值描述符的注释元素的不可变列表。List<AnnotationElement>ValueDescriptor. getAnnotationElements()返回此值描述符的注释元素的不可变列表。Method parameters in jdk.jfr with type arguments of type AnnotationElement 变量和类型 方法 描述 static EventFactoryEventFactory. create(List<AnnotationElement> annotationElements, List<ValueDescriptor> fields)创建一个EventFactory对象。Constructor parameters in jdk.jfr with type arguments of type AnnotationElement 构造器 描述 ValueDescriptor(类<?> type, String name, List<AnnotationElement> annotations)Constructs a value descriptor, useful for dynamically creating event types and annotations.
-