インタフェースjava.lang.classfile.AnnotationValueの
使用
AnnotationValuePREVIEWを使用するパッケージ
パッケージ
説明
クラス・ファイルの解析、生成および変換ライブラリを提供します。
java.lang.classfile
PREVIEWライブラリのクラス・ファイル属性を記述するインタフェースを提供します。-
java.lang.classfilePREVIEWでのAnnotationValuePREVIEWの使用
java.lang.classfilePREVIEW内のAnnotationValuePREVIEWのサブインタフェース修飾子と型インタフェース説明static interface
Preview.annotation-valued要素をモデル化します。static interface
Preview.array-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.class-valued要素をモデル化します。static interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.enum-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するstatic interface
Preview.constant-valued要素をモデル化するAnnotationValuePREVIEW型の引数を持つ型を返すjava.lang.classfilePREVIEWのメソッドAnnotationValuePREVIEW型のパラメータを持つjava.lang.classfilePREVIEWのメソッド修飾子と型メソッド説明static AnnotationElementPREVIEW
AnnotationElement.of
(Utf8EntryPREVIEW name, AnnotationValuePREVIEW value) 注釈のキーと値のペアを返します。static AnnotationElementPREVIEW
AnnotationElement.of
(String name, AnnotationValuePREVIEW value) 注釈のキーと値のペアを返します。static AnnotationElementPREVIEW
AnnotationElement.ofArray
(String name, AnnotationValuePREVIEW... values) array-valued注釈の注釈キーと値のペアを返します。AnnotationValue.ofArray
(AnnotationValuePREVIEW... values) array-valued要素の注釈要素を返します。AnnotationValuePREVIEW型の型引数を持つjava.lang.classfilePREVIEWのメソッド・パラメータ修飾子と型メソッド説明AnnotationValue.ofArray
(List<AnnotationValuePREVIEW> values) array-valued要素の注釈要素を返します。 -
java.lang.classfile.attributePREVIEWでのAnnotationValuePREVIEWの使用
AnnotationValuePREVIEW型のパラメータを持つjava.lang.classfile.attributePREVIEWのメソッド修飾子と型メソッド説明AnnotationDefaultAttribute.of
(AnnotationValuePREVIEW annotationDefault) AnnotationDefault
属性を返します。