| Package | Description |
|---|---|
| io.doov.core |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFieldModel
FieldModel implementation based on java.util.Map |
| Modifier and Type | Method and Description |
|---|---|
static <Fm extends FieldModel> |
FieldModels.toConcurrentFieldModel(Fm model)
Returns a concurrent
Collector that accumulates the input elements into a unique FieldModel. |
static <Fm extends FieldModel> |
FieldModels.toFieldModel(Fm model)
Returns a
Collector that accumulates the input elements into a unique FieldModel. |
| Modifier and Type | Method and Description |
|---|---|
default void |
FieldModel.setAll(FieldModel source)
Copy all the values for the
FieldModel source |
| Constructor and Description |
|---|
BaseFieldModel(FieldModel fieldModel) |
Copyright © 2017. All rights reserved.