Uses of Interface
org.microbean.bean.Aggregate
-
Uses of Aggregate in org.microbean.bean
Subinterfaces of Aggregate in org.microbean.beanModifier and TypeInterfaceDescriptioninterface
Factory<I>
A creator and destroyer of contextual instances of a particular type.interface
Initializer<I>
An interface whose implementations initialize contextual instances.interface
Producer<I>
An interface whose implementations produce possibly uninitialized contextual instances.Classes in org.microbean.bean that implement AggregateModifier and TypeClassDescriptionfinal record
Bean<I>
final record
Constant<I>
AFactory
that returns its singleton from itsConstant.create(Request)
method.final class
AProducer
that applies constructor interception to produce contextual instances.