public class InstanceMap.InjectFactory<T> extends Object implements InstanceMap.Factory<T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
clazz |
protected Inject |
inject |
| Constructor and Description |
|---|
InjectFactory(Class<T> clazz,
Inject inject) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(InstanceMap map) |
protected IllegalArgumentException |
unsupportedOption(String name) |
public T create(InstanceMap map)
create in interface InstanceMap.Factory<T>protected IllegalArgumentException unsupportedOption(String name)
Copyright © 2015. All rights reserved.