| Package | Description |
|---|---|
| ch.rasc.bsoncodec.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableIdModel
Immutable implementation of
IdModel. |
| Modifier and Type | Method and Description |
|---|---|
IdModel |
ImmutableFieldModel.idModel() |
abstract IdModel |
FieldModel.idModel() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableIdModel |
ImmutableIdModel.copyOf(IdModel instance)
Creates immutable copy of
IdModel. |
ImmutableIdModel.Builder |
ImmutableIdModel.Builder.from(IdModel instance)
Fill builder with attribute values from provided
IdModel instance. |
ImmutableFieldModel.Builder |
ImmutableFieldModel.Builder.idModel(IdModel idModel)
Initializes value for
idModel. |
ImmutableFieldModel |
ImmutableFieldModel.withIdModel(IdModel value)
Copy current immutable object by setting value for
idModel. |
Copyright © 2015. All rights reserved.