| 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 an immutable copy of a
IdModel value. |
ImmutableIdModel.Builder |
ImmutableIdModel.Builder.from(IdModel instance)
Fill a builder with attribute values from the provided
IdModel instance. |
ImmutableFieldModel.Builder |
ImmutableFieldModel.Builder.idModel(IdModel idModel)
Initializes the value for the
idModel attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withIdModel(IdModel value)
Copy the current immutable object by setting a value for the
idModel attribute. |
Copyright © 2015–2016. All rights reserved.