public class MethodProducerFactory<P> extends Object implements ProducerFactory<P>
| Constructor and Description |
|---|
MethodProducerFactory(AnnotatedMethod<? super P> producerMethod,
Bean<P> parent,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<InjectionPoint> |
createInjectionPoints(Bean<?> bean) |
<T> Producer<T> |
createProducer(Bean<T> bean) |
public MethodProducerFactory(AnnotatedMethod<? super P> producerMethod, Bean<P> parent, WebBeansContext webBeansContext)
public <T> Producer<T> createProducer(Bean<T> bean)
createProducer in interface ProducerFactory<P>protected Set<InjectionPoint> createInjectionPoints(Bean<?> bean)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.