public class ReflectionValueInjector extends Object implements IReflectionValueInjector
| Constructor and Description |
|---|
ReflectionValueInjector(IReflectionValueProvider values) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> clazz) |
<T> T |
create(IInjectingFactory<T> factory) |
<T> void |
inject(T object) |
public ReflectionValueInjector(IReflectionValueProvider values)
public <T> T create(IInjectingFactory<T> factory) throws CreationException
create in interface IReflectionValueInjectorCreationExceptionpublic <T> T create(Class<T> clazz) throws CreationException
create in interface IReflectionValueInjectorCreationExceptionpublic <T> void inject(T object)
throws InjectionException
inject in interface IReflectionValueInjectorInjectionExceptionCopyright © 2007–2017 Andreas Bartels. All rights reserved.