インタフェースjava.lang.classfile.attribute.ModuleHashesAttributeの
使用
ModuleHashesAttributeを使用するパッケージ
-
java.lang.classfileでのModuleHashesAttributeの使用
型ModuleHashesAttributeの引数を持つ型を返すjava.lang.classfileのメソッド修飾子と型メソッド説明static AttributeMapper
<ModuleHashesAttribute> Attributes.moduleHashes()
ModuleHashes
属性のマッパーを返します。 -
java.lang.classfile.attributeでのModuleHashesAttributeの使用
java.lang.classfile.attributeにModuleHashesAttribute型の引数型を持つサブインタフェース修飾子と型インタフェース説明interface
ModuleHashes
属性をモデル化します。この属性は、モジュール記述子を「表す」クラス上に表示され、一連の共通配信モジュールのハッシュを取得します。修飾子と型メソッド説明static ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, ModuleHashInfo... hashes) ModuleHashes
属性を返します。static ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, List<ModuleHashInfo> hashes) ModuleHashes
属性を返します。static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, ModuleHashInfo... hashes) ModuleHashes
属性を返します。static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, List<ModuleHashInfo> hashes) ModuleHashes
属性を返します。