public abstract class ValueMapWithContextBase extends Object implements ValueMapWithContext
| Constructor and Description |
|---|
ValueMapWithContextBase() |
| Modifier and Type | Method and Description |
|---|---|
ValueMapImmutable |
buildValueMapImmutable(List<LoaderValues> valuesList) |
protected LoaderValues |
getAllValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
getEffectiveValue(List<LoaderValues> valuesList,
Property<T> prop) |
LoaderValues |
getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
getValue(List<LoaderValues> valuesList,
Property<T> prop) |
protected boolean |
isPropertyPresent(List<LoaderValues> valuesList,
Property<?> prop) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllLoaderValues, getAllValuesLoadedByLoader, getEffectiveValuesLoadedByLoader, getValueMapImmutable, getValueMapWithContextImmutable, hasProblemsgetEffectiveValue, getExplicitValue, isExplicitlySetprotected final <T> T getValue(List<LoaderValues> valuesList, Property<T> prop)
protected final <T> T getEffectiveValue(List<LoaderValues> valuesList, Property<T> prop)
protected final boolean isPropertyPresent(List<LoaderValues> valuesList, Property<?> prop)
protected final LoaderValues getAllValuesLoadedByLoader(List<LoaderValues> valuesList, Loader loader)
public LoaderValues getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList, Loader loader)
public ValueMapImmutable buildValueMapImmutable(List<LoaderValues> valuesList)
Copyright © 2017. All rights reserved.