Uses of Record Class
org.microbean.bean.Assignment
-
Uses of Assignment in org.microbean.bean
Fields in org.microbean.bean with type parameters of type AssignmentModifier and TypeFieldDescriptionstatic final SequencedSet
<Assignment<?>> Aggregate.EMPTY_ASSIGNMENTS
An immutable, emptySequencedSet
ofAssignment
s.Methods in org.microbean.bean that return types with arguments of type AssignmentModifier and TypeMethodDescriptiondefault SequencedSet
<? extends Assignment<?>> Assigns a contextual reference to each of thisAggregate
'sAttributedElement
instances and returns the resultingList
ofAssignment
s.final SequencedSet
<? extends Assignment<?>> Calls theassign(Request)
method on theProducer
supplied at construction time with the suppliedRequest
and returns the result.Method parameters in org.microbean.bean with type arguments of type AssignmentModifier and TypeMethodDescriptionfinal I
InterceptingProducer.produce
(SequencedSet<? extends Assignment<?>> assignments) Calls theproduce(SequencedSet)
method on theProducer
supplied at construction time with the suppliedassignments
and returns the result.Producer.produce
(SequencedSet<? extends Assignment<?>> assignments) Produces a new contextual instance and returns it, possibly (often) making use of the supplied, dependent, contextual references.