org.apache.webbeans.component.creation
Class MethodProducerFactory<P>
java.lang.Object
org.apache.webbeans.component.creation.MethodProducerFactory<P>
- All Implemented Interfaces:
- ProducerFactory<P>
public class MethodProducerFactory<P>
- extends Object
- implements ProducerFactory<P>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodProducerFactory
public MethodProducerFactory(AnnotatedMethod<? super P> producerMethod,
Bean<P> parent,
WebBeansContext webBeansContext)
createProducer
public <T> Producer<T> createProducer(Bean<T> bean)
- Specified by:
createProducer in interface ProducerFactory<P>
createInjectionPoints
protected Set<InjectionPoint> createInjectionPoints(Bean<?> bean)
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.