| Modifier and Type | Field and Description |
|---|---|
private Value<?> |
keyValue |
private Value<? extends java.util.Map<?,? extends T>> |
mapValue |
| Constructor and Description |
|---|
MapItemValue(Value<?> keyValue,
Value<? extends java.util.Map<?,? extends T>> mapValue)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
private final Value<?> keyValue