インタフェースjava.lang.classfile.AttributeMapperの
使用
AttributeMapperPREVIEWを使用するパッケージ
-
java.lang.classfilePREVIEWでのAttributeMapperPREVIEWの使用
修飾子と型メソッド説明Attributes.annotationDefault()
AnnotationDefault
属性の属性マッパーを返します。Attribute.attributeMapper()
この属性に関連付けられているAttributeMapper
PREVIEWを返します。final AttributeMapperPREVIEW
<T> CustomAttribute.attributeMapper()
Attributes.bootstrapMethods()
BootstrapMethods
属性の属性マッパーを返します。Attributes.characterRangeTable()
CharacterRangeTable
属性の属性マッパーを返します。Attributes.code()
Code
属性の属性マッパーを返します。Attributes.compilationId()
CompilationID
属性の属性マッパーを返します。Attributes.constantValue()
ConstantValue
属性の属性マッパーを返します。Attributes.deprecated()
Deprecated
属性の属性マッパーを返します。Attributes.enclosingMethod()
EnclosingMethod
属性の属性マッパーを返します。Attributes.exceptions()
Exceptions
属性の属性マッパーを返します。Attributes.innerClasses()
InnerClasses
属性の属性マッパーを返します。Attributes.lineNumberTable()
LineNumberTable
属性の属性マッパーを返します。Attributes.localVariableTable()
LocalVariableTable
属性の属性マッパーを返します。Attributes.localVariableTypeTable()
LocalVariableTypeTable
属性の属性マッパーを返します。Attributes.methodParameters()
MethodParameters
属性の属性マッパーを返します。Attributes.module()
Module
属性の属性マッパーを返します。Attributes.moduleHashes()
ModuleHashes
属性の属性マッパーを返します。Attributes.moduleMainClass()
ModuleMainClass
属性の属性マッパーを返します。Attributes.modulePackages()
ModulePackages
属性の属性マッパーを返します。Attributes.moduleResolution()
ModuleResolution
属性の属性マッパーを返します。Attributes.moduleTarget()
ModuleTarget
属性の属性マッパーを返します。Attributes.nestHost()
NestHost
属性の属性マッパーを返します。Attributes.nestMembers()
NestMembers
属性の属性マッパーを返します。Attributes.permittedSubclasses()
PermittedSubclasses
属性の属性マッパーを返します。Attributes.record()
Record
属性の属性マッパーを返します。Attributes.runtimeInvisibleAnnotations()
RuntimeInvisibleAnnotations
属性の属性マッパーを返します。Attributes.runtimeInvisibleParameterAnnotations()
RuntimeInvisibleParameterAnnotations
属性の属性マッパーを返します。Attributes.runtimeInvisibleTypeAnnotations()
RuntimeInvisibleTypeAnnotations
属性の属性マッパーを返します。Attributes.runtimeVisibleAnnotations()
RuntimeVisibleAnnotations
属性の属性マッパーを返します。Attributes.runtimeVisibleParameterAnnotations()
RuntimeVisibleParameterAnnotations
属性の属性マッパーを返します。Attributes.runtimeVisibleTypeAnnotations()
RuntimeVisibleTypeAnnotations
属性の属性マッパーを返します。Attributes.signature()
Signature
属性の属性マッパーを返します。Attributes.sourceDebugExtension()
SourceDebugExtension
属性の属性マッパーを返します。Attributes.sourceFile()
SourceFile
属性の属性マッパーを返します。Attributes.sourceId()
SourceID
属性の属性マッパーを返します。Attributes.stackMapTable()
StackMapTable
属性の属性マッパーを返します。Attributes.synthetic()
Synthetic
属性の属性マッパーを返します。AttributeMapperPREVIEW型の引数を持つ型を返すjava.lang.classfilePREVIEWのメソッド修飾子と型メソッド説明ClassFile.AttributeMapperOption.attributeMapper()
属性マッパーへの関数マッピング属性名を返します。ClassReader.customAttributes()
カスタム属性マッパーの表を返します。AttributeMapperPREVIEW型のパラメータを持つjava.lang.classfilePREVIEWのメソッド修飾子と型メソッド説明AttributedElement.findAttribute
(AttributeMapperPREVIEW<T> attr) 名前で属性を検索します。AttributedElement.findAttributes
(AttributeMapperPREVIEW<T> attr) 名前で1つ以上の属性を検索します。AttributeMapperPREVIEW型の型引数を持つjava.lang.classfilePREVIEWのメソッド・パラメータ修飾子と型メソッド説明ClassFile.AttributeMapperOption.of
(Function<Utf8EntryPREVIEW, AttributeMapperPREVIEW<?>> attributeMapper) カスタム属性の属性マッパーを記述するオプションを返します。AttributeMapperPREVIEW型のパラメータを持つjava.lang.classfilePREVIEW内のコンストラクタ修飾子コンストラクタ説明protected
CustomAttribute
(AttributeMapperPREVIEW<T> mapper) CustomAttributePREVIEWを作成します。