All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addInclude(String key,
Factory.Include<?> include) |
protected <T,B> FactoriesSetup.ValueDeclaration<T,B> |
applyNestedSet(String key,
B builder) |
protected void |
doReset() |
protected Map<String,String> |
getDescription() |
Map<String,String> |
getDescriptionForChild() |
protected abstract ValueSource.FactoryMap |
getFactoryMap() |
protected ValueSource<?> |
getSourceFromInclude(String key) |
protected void |
initialize() |
protected <T> ValueGenerator<T> |
internPeekGenerator(String key) |
protected <T,B> FactoriesSetup.ValueDeclaration<T,B> |
nestedSet(String key,
B builder) |
protected ValueGenerator<?> |
newGenerator(String key) |
<T> ValueGenerator<T> |
peekGenerator(String key) |
protected <T> ValueGenerator<T> |
peekParentGenerator(String key) |
<T> ValueSource<T> |
peekSource(String key,
boolean useDefault) |
protected void |
putValueSource(String key,
ValueSource<?> valueSource) |
protected void |
reset() |
protected <T,B> FactoriesSetup.ValueDeclaration<T,B> |
set(String key,
B builder) |
String |
toString() |
protected <T> ValueGenerator<T> |
valueGenerator(String key) |