Uses of Interface
org.microbean.bean.Producer
-
Uses of Producer in org.microbean.bean
Classes in org.microbean.bean that implement ProducerModifier and TypeClassDescriptionfinal class
AProducer
that applies constructor interception to produce contextual instances.Constructors in org.microbean.bean with parameters of type ProducerModifierConstructorDescriptionInterceptingProducer
(Collection<? extends org.microbean.interceptor.InterceptorMethod> interceptorMethods, Producer<I> producer) Creates a newInterceptingProducer
.