interface InternalFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(Errors errors,
InternalContext context,
Dependency<?> dependency,
boolean linked)
Creates an object to be injected.
|
T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) throws ErrorsException
context - of this injectionlinked - true if getting as a result of a linked bindingErrorsException - if a value cannot be provided