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
Fields in java.lang.classfilePREVIEW declared as AttributeMapperPREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<AnnotationDefaultAttributePREVIEW> Attributes.ANNOTATION_DEFAULTAttribute mapper for theAnnotationDefaultattributestatic final AttributeMapperPREVIEW<BootstrapMethodsAttributePREVIEW> Attributes.BOOTSTRAP_METHODSAttribute mapper for theBootstrapMethodsattributestatic final AttributeMapperPREVIEW<CharacterRangeTableAttributePREVIEW> Attributes.CHARACTER_RANGE_TABLEAttribute mapper for theCharacterRangeTableattributestatic final AttributeMapperPREVIEW<CodeAttributePREVIEW> Attributes.CODEAttribute mapper for theCodeattributestatic final AttributeMapperPREVIEW<CompilationIDAttributePREVIEW> Attributes.COMPILATION_IDAttribute mapper for theCompilationIDattributestatic final AttributeMapperPREVIEW<ConstantValueAttributePREVIEW> Attributes.CONSTANT_VALUEAttribute mapper for theConstantValueattributestatic final AttributeMapperPREVIEW<DeprecatedAttributePREVIEW> Attributes.DEPRECATEDAttribute mapper for theDeprecatedattributestatic final AttributeMapperPREVIEW<EnclosingMethodAttributePREVIEW> Attributes.ENCLOSING_METHODAttribute mapper for theEnclosingMethodattributestatic final AttributeMapperPREVIEW<ExceptionsAttributePREVIEW> Attributes.EXCEPTIONSAttribute mapper for theExceptionsattributestatic final AttributeMapperPREVIEW<InnerClassesAttributePREVIEW> Attributes.INNER_CLASSESAttribute mapper for theInnerClassesattributestatic final AttributeMapperPREVIEW<LineNumberTableAttributePREVIEW> Attributes.LINE_NUMBER_TABLEAttribute mapper for theLineNumberTableattributestatic final AttributeMapperPREVIEW<LocalVariableTableAttributePREVIEW> Attributes.LOCAL_VARIABLE_TABLEAttribute mapper for theLocalVariableTableattributestatic final AttributeMapperPREVIEW<LocalVariableTypeTableAttributePREVIEW> Attributes.LOCAL_VARIABLE_TYPE_TABLEAttribute mapper for theLocalVariableTypeTableattributestatic final AttributeMapperPREVIEW<MethodParametersAttributePREVIEW> Attributes.METHOD_PARAMETERSAttribute mapper for theMethodParametersattributestatic final AttributeMapperPREVIEW<ModuleAttributePREVIEW> Attributes.MODULEAttribute mapper for theModuleattributestatic final AttributeMapperPREVIEW<ModuleHashesAttributePREVIEW> Attributes.MODULE_HASHESAttribute mapper for theModuleHashesattributestatic final AttributeMapperPREVIEW<ModuleMainClassAttributePREVIEW> Attributes.MODULE_MAIN_CLASSAttribute mapper for theModuleMainClassattributestatic final AttributeMapperPREVIEW<ModulePackagesAttributePREVIEW> Attributes.MODULE_PACKAGESAttribute mapper for theModulePackagesattributestatic final AttributeMapperPREVIEW<ModuleResolutionAttributePREVIEW> Attributes.MODULE_RESOLUTIONAttribute mapper for theModuleResolutionattributestatic final AttributeMapperPREVIEW<ModuleTargetAttributePREVIEW> Attributes.MODULE_TARGETAttribute mapper for theModuleTargetattributestatic final AttributeMapperPREVIEW<NestHostAttributePREVIEW> Attributes.NEST_HOSTAttribute mapper for theNestHostattributestatic final AttributeMapperPREVIEW<NestMembersAttributePREVIEW> Attributes.NEST_MEMBERSAttribute mapper for theNestMembersattributestatic final AttributeMapperPREVIEW<PermittedSubclassesAttributePREVIEW> Attributes.PERMITTED_SUBCLASSESAttribute mapper for thePermittedSubclassesattributestatic final AttributeMapperPREVIEW<RecordAttributePREVIEW> Attributes.RECORDAttribute mapper for theRecordattributeAttributes.RUNTIME_INVISIBLE_ANNOTATIONSAttribute mapper for theRuntimeInvisibleAnnotationsattributeAttributes.RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONSAttribute mapper for theRuntimeInvisibleParameterAnnotationsattributeAttributes.RUNTIME_INVISIBLE_TYPE_ANNOTATIONSAttribute mapper for theRuntimeInvisibleTypeAnnotationsattributeAttributes.RUNTIME_VISIBLE_ANNOTATIONSAttribute mapper for theRuntimeVisibleAnnotationsattributeAttributes.RUNTIME_VISIBLE_PARAMETER_ANNOTATIONSAttribute mapper for theRuntimeVisibleParameterAnnotationsattributeAttributes.RUNTIME_VISIBLE_TYPE_ANNOTATIONSAttribute mapper for theRuntimeVisibleTypeAnnotationsattributestatic final AttributeMapperPREVIEW<SignatureAttributePREVIEW> Attributes.SIGNATUREAttribute mapper for theSignatureattributestatic final AttributeMapperPREVIEW<SourceDebugExtensionAttributePREVIEW> Attributes.SOURCE_DEBUG_EXTENSIONAttribute mapper for theSourceDebugExtensionattributestatic final AttributeMapperPREVIEW<SourceFileAttributePREVIEW> Attributes.SOURCE_FILEAttribute mapper for theSourceFileattributestatic final AttributeMapperPREVIEW<SourceIDAttributePREVIEW> Attributes.SOURCE_IDAttribute mapper for theSourceIDattributestatic final AttributeMapperPREVIEW<StackMapTableAttributePREVIEW> Attributes.STACK_MAP_TABLEAttribute mapper for theStackMapTableattributestatic final AttributeMapperPREVIEW<SyntheticAttributePREVIEW> Attributes.SYNTHETICAttribute mapper for theSyntheticattributeFields in java.lang.classfilePREVIEW with type parameters of type AttributeMapperPREVIEWModifier and TypeFieldDescriptionstatic final Set<AttributeMapperPREVIEW<?>> Attributes.PREDEFINED_ATTRIBUTESAll standard attribute mappers.Methods in java.lang.classfilePREVIEW that return AttributeMapperPREVIEWModifier and TypeMethodDescriptionAttribute.attributeMapper()Returns theAttributeMapperPREVIEW associated with this attribute.final AttributeMapperPREVIEW<T> CustomAttribute.attributeMapper()static AttributeMapperPREVIEW<?> Attributes.standardAttribute(Utf8EntryPREVIEW name) Returns the attribute mapper for a standard attribute.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 CustomAttributePREVIEW.