public class InstanceMap.ReflectiveFactory<T> extends Object implements InstanceMap.Factory<T>
| Modifier and Type | Field and Description |
|---|---|
protected Constructor<T> |
constructor |
protected InstanceMap.InjectedParameters |
ip |
| Constructor and Description |
|---|
ReflectiveFactory(Class<T> clazz) |
ReflectiveFactory(Constructor<T> c,
InstanceMap.InjectedParameters ip) |
protected final Constructor<T> constructor
protected final InstanceMap.InjectedParameters ip
public ReflectiveFactory(Constructor<T> c, InstanceMap.InjectedParameters ip)
public T create(InstanceMap map)
create in interface InstanceMap.Factory<T>Copyright © 2015. All rights reserved.