Uses of Interface
java.lang.classfile.AttributeMapper
Packages that use AttributeMapperPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AttributeMapperPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return AttributeMapperPREVIEWModifier and TypeMethodDescriptionAttributes.annotationDefault()Returns Attribute mapper for theAnnotationDefaultattribute.Attribute.attributeMapper()Returns theAttributeMapperPREVIEW associated with this attribute.final AttributeMapperPREVIEW<T> CustomAttribute.attributeMapper()Attributes.bootstrapMethods()Returns Attribute mapper for theBootstrapMethodsattribute.Attributes.characterRangeTable()Returns Attribute mapper for theCharacterRangeTableattribute.Attributes.code()Returns Attribute mapper for theCodeattribute.Attributes.compilationId()Returns Attribute mapper for theCompilationIDattribute.Attributes.constantValue()Returns Attribute mapper for theConstantValueattribute.Attributes.deprecated()Returns Attribute mapper for theDeprecatedattribute.Attributes.enclosingMethod()Returns Attribute mapper for theEnclosingMethodattribute.Attributes.exceptions()Returns Attribute mapper for theExceptionsattribute.Attributes.innerClasses()Returns Attribute mapper for theInnerClassesattribute.Attributes.lineNumberTable()Returns Attribute mapper for theLineNumberTableattribute.Attributes.localVariableTable()Returns Attribute mapper for theLocalVariableTableattribute.Attributes.localVariableTypeTable()Returns Attribute mapper for theLocalVariableTypeTableattribute.Attributes.methodParameters()Returns Attribute mapper for theMethodParametersattribute.Attributes.module()Returns Attribute mapper for theModuleattribute.Attributes.moduleHashes()Returns Attribute mapper for theModuleHashesattribute.Attributes.moduleMainClass()Returns Attribute mapper for theModuleMainClassattribute.Attributes.modulePackages()Returns Attribute mapper for theModulePackagesattribute.Attributes.moduleResolution()Returns Attribute mapper for theModuleResolutionattribute.Attributes.moduleTarget()Returns Attribute mapper for theModuleTargetattribute.Attributes.nestHost()Returns Attribute mapper for theNestHostattribute.Attributes.nestMembers()Returns Attribute mapper for theNestMembersattribute.Attributes.permittedSubclasses()Returns Attribute mapper for thePermittedSubclassesattribute.Attributes.record()Returns Attribute mapper for theRecordattribute.Attributes.runtimeInvisibleAnnotations()Returns Attribute mapper for theRuntimeInvisibleAnnotationsattribute.Attributes.runtimeInvisibleParameterAnnotations()Returns Attribute mapper for theRuntimeInvisibleParameterAnnotationsattribute.Attributes.runtimeInvisibleTypeAnnotations()Returns Attribute mapper for theRuntimeInvisibleTypeAnnotationsattribute.Attributes.runtimeVisibleAnnotations()Returns Attribute mapper for theRuntimeVisibleAnnotationsattribute.Attributes.runtimeVisibleParameterAnnotations()Returns Attribute mapper for theRuntimeVisibleParameterAnnotationsattribute.Attributes.runtimeVisibleTypeAnnotations()Returns Attribute mapper for theRuntimeVisibleTypeAnnotationsattribute.Attributes.signature()Returns Attribute mapper for theSignatureattribute.Attributes.sourceDebugExtension()Returns Attribute mapper for theSourceDebugExtensionattribute.Attributes.sourceFile()Returns Attribute mapper for theSourceFileattribute.Attributes.sourceId()Returns Attribute mapper for theSourceIDattribute.Attributes.stackMapTable()Returns Attribute mapper for theStackMapTableattribute.Attributes.synthetic()Returns Attribute mapper for theSyntheticattribute.Methods in java.lang.classfilePREVIEW that return types with arguments of type AttributeMapperPREVIEWModifier and TypeMethodDescriptionClassFile.AttributeMapperOption.attributeMapper()Returns the function mapping attribute names to attribute mappers.ClassReader.customAttributes()Returns the table of custom attribute mappers.Methods in java.lang.classfilePREVIEW with parameters of type AttributeMapperPREVIEWModifier and TypeMethodDescriptionAttributedElement.findAttribute(AttributeMapperPREVIEW<T> attr) Finds an attribute by name.AttributedElement.findAttributes(AttributeMapperPREVIEW<T> attr) Finds one or more attributes by name.Method parameters in java.lang.classfilePREVIEW with type arguments of type AttributeMapperPREVIEWModifier and TypeMethodDescriptionClassFile.AttributeMapperOption.of(Function<Utf8EntryPREVIEW, AttributeMapperPREVIEW<?>> attributeMapper) Returns an option describing attribute mappers for custom attributes.Constructors in java.lang.classfilePREVIEW with parameters of type AttributeMapperPREVIEWModifierConstructorDescriptionprotectedCustomAttribute(AttributeMapperPREVIEW<T> mapper) Construct a CustomAttribute.