public interface IInjectingObjectFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> clazz) |
<T> T |
create(IInjectingFactory<T> factory) |
<T> T create(IInjectingFactory<T> factory) throws CreationException
CreationException<T> T create(Class<T> clazz) throws CreationException
CreationExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.