public interface ValueMap
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getEffectiveValue(Property<T> prop)
The explicitly value, or if that is null, the default (which may also be null).
|
<T> T |
getExplicitValue(Property<T> prop)
Get a value explicitly configured.
|
boolean |
isExplicitlySet(Property<?> prop)
Returns true if the Property's value was explicitly set via one of the loaders.
|
<T> T getExplicitValue(Property<T> prop)
T - prop The property to get the value for<T> T getEffectiveValue(Property<T> prop)
prop - The property to get the value for.boolean isExplicitlySet(Property<?> prop)
prop - The property to checkCopyright © 2017. All rights reserved.