|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Producer<T>
Provides a generic operation for producing an instance of a type.
Method Summary | |
---|---|
void |
dispose(T instance)
Its result depends on bean type. |
Set<InjectionPoint> |
getInjectionPoints()
Its result depends on bean type. |
T |
produce(CreationalContext<T> creationalContext)
Its result depends on bean type. |
Method Detail |
---|
T produce(CreationalContext<T> creationalContext)
Initializer
if it
exists, or the constructor with no parameters otherwise.
creationalContext
- creational context
void dispose(T instance)
instance
- dispose istanceSet<InjectionPoint> getInjectionPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |