public interface IReflectionValueInjector
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> clazz) |
<T> T |
create(IInjectingFactory<T> factory) |
<T> void |
inject(T object) |
<T> T create(IInjectingFactory<T> factory) throws CreationException
CreationException<T> T create(Class<T> clazz) throws CreationException
CreationException<T> void inject(T object)
throws InjectionException
InjectionExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.