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 AnnotationValueRecord
UniversalElement.getDefaultValue()
static final AnnotationValueRecord
AnnotationValueRecord.of
(AnnotationValue av, Domain domain) Returns a non-null
AnnotationValueRecord
that is either the suppliedAnnotationValue
(if it itself isnull
or 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
, immutableList
ofAnnotationValueRecord
s whose elements wrap the suppliedList
's elements.