Uses of Record Class
org.microbean.construct.element.AnnotationValueRecord
Package
Description
Provides classes and interfaces related to Java language elements.
-
Uses of AnnotationValueRecord in org.microbean.construct.element
Modifier 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.Modifier 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.