インタフェースjava.lang.classfile.AttributeMapperの
使用
AttributeMapperPREVIEWを使用するパッケージ
-
java.lang.classfilePREVIEWでのAttributeMapperPREVIEWの使用
修飾子と型メソッド説明Attributes.annotationDefault()AnnotationDefault属性の属性マッパーを返します。Attribute.attributeMapper()この属性に関連付けられているAttributeMapperPREVIEWを返します。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内のコンストラクタ修飾子コンストラクタ説明protectedCustomAttribute(AttributeMapperPREVIEW<T> mapper) CustomAttributePREVIEWを作成します。