Uses of Record Class
org.microbean.construct.element.AnnotationValueRecord
Packages that use AnnotationValueRecord
Package
Description
Provides classes and interfaces related to Java language elements.
-
Uses of AnnotationValueRecord in org.microbean.construct.element
Methods in org.microbean.construct.element that return AnnotationValueRecordModifier and TypeMethodDescriptionfinal AnnotationValueRecordUniversalElement.getDefaultValue()static final AnnotationValueRecordAnnotationValueRecord.of(AnnotationValue av, Domain domain) Returns a non-nullAnnotationValueRecordthat is either the suppliedAnnotationValue(if it itself isnullor is anAnnotationValueRecord) or one that wraps it.Methods in org.microbean.construct.element that return types with arguments of type AnnotationValueRecordModifier and TypeMethodDescriptionfinal Map<? extends UniversalElement, ? extends AnnotationValueRecord> AnnotationRecord.getElementValues()static final List<? extends AnnotationValueRecord> AnnotationValueRecord.of(Collection<? extends AnnotationValue> avs, Domain domain) Returns a non-null, immutableListofAnnotationValueRecords whose elements wrap the suppliedList's elements.