Uses of Record Class
org.microbean.bean.AttributedElement
-
Uses of AttributedElement in org.microbean.bean
Fields in org.microbean.bean with type parameters of type AttributedElementModifier and TypeFieldDescriptionstatic final SequencedSet
<AttributedElement> Aggregate.EMPTY_DEPENDENCIES
An immutable, emptySequencedSet
ofAttributedElement
s.Methods in org.microbean.bean that return AttributedElementModifier and TypeMethodDescriptionAssignment.assignee()
Returns the value of theassignee
record component.Methods in org.microbean.bean that return types with arguments of type AttributedElementModifier and TypeMethodDescriptiondefault SequencedSet
<AttributedElement> Aggregate.dependencies()
Returns an unmodifiableSequencedSet
ofAttributedElement
instances.final SequencedSet
<AttributedElement> Bean.dependencies()
final SequencedSet
<AttributedElement> InterceptingProducer.dependencies()
Calls thedependencies()
method on theProducer
supplied at construction time and returns the result.Constructors in org.microbean.bean with parameters of type AttributedElementModifierConstructorDescriptionAssignment
(AttributedElement assignee, R value) Creates a newAssignment
.