Interface IInjectingObjectFactory
-
- All Known Subinterfaces:
IValueInjector
- All Known Implementing Classes:
ValueInjector
public interface IInjectingObjectFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tcreate(java.lang.Class<T> clazz)<T> Tcreate(IInjectingFactory<T> factory)
-
-
-
Method Detail
-
create
<T> T create(IInjectingFactory<T> factory) throws CreationException
- Throws:
CreationException
-
create
<T> T create(java.lang.Class<T> clazz) throws CreationException- Throws:
CreationException
-
-