クラス jdk.jfr.AnnotationElementの
使用
-
AnnotationElementを使用するパッケージ パッケージ 説明 jdk.jfr このパッケージには、イベントを作成してFlight Recorderを制御するためのクラスが含まれています。 -
-
jdk.jfrでのAnnotationElementの使用
型AnnotationElementの引数を持つ型を返すjdk.jfrのメソッド 修飾子と型 メソッド 説明 List<AnnotationElement>AnnotationElement. getAnnotationElements()この注釈要素の注釈要素の不変なリストを返します。List<AnnotationElement>EventType. getAnnotationElements()このイベント・タイプの注釈要素の不変なリストを返します。List<AnnotationElement>SettingDescriptor. getAnnotationElements()この値デスクリプタの注釈要素の不変なリストを返します。List<AnnotationElement>ValueDescriptor. getAnnotationElements()この値デスクリプタの注釈要素の不変なリストを返します。型AnnotationElementの型引数を持つjdk.jfrのメソッド・パラメータ 修飾子と型 メソッド 説明 static EventFactoryEventFactory. create(List<AnnotationElement> annotationElements, List<ValueDescriptor> fields)EventFactoryを作成します。型AnnotationElementの型引数を持つjdk.jfrのコンストラクタ・パラメータ コンストラクタ 説明 ValueDescriptor(Class<?> type, String name, List<AnnotationElement> annotations)イベント型と注釈を動的に作成するのに簡易な値デスクリプタを作成します。
-