public static class InternalFactory.Instance<T> extends Object implements InternalFactory<T>
InternalFactory.Instance<T>| Constructor and Description |
|---|
InternalFactory.Instance(T object) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(Errors errors,
InternalContext context,
Dependency<?> dependency)
Creates an object to be injected.
|
String |
toString() |
public InternalFactory.Instance(T object)
public T get(Errors errors, InternalContext context, Dependency<?> dependency) throws ErrorsException
InternalFactoryget in interface InternalFactory<T>context - of this injectionErrorsException - if a value cannot be providedCopyright © 2009–2016. All rights reserved.