@Value.Immutable public abstract class ValueContainer extends Object
| Constructor and Description |
|---|
ValueContainer() |
| Modifier and Type | Method and Description |
|---|---|
<T> ValueContainer |
add(Value<T> id,
T value) |
static ValueContainer |
empty() |
<T> T |
get(Value<T> id) |
Set<Value<?>> |
keys() |
protected abstract Set<Value<?>> |
nullValues() |
protected abstract Map<Value<?>,Object> |
values() |
@Value.Auxiliary public <T> ValueContainer add(Value<T> id, T value)
public static ValueContainer empty()
Copyright © 2023. All rights reserved.