| Package | Description |
|---|---|
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIdModel |
ImmutableIdModel.Builder.build()
Builds a new
ImmutableIdModel. |
static ImmutableIdModel |
ImmutableIdModel.copyOf(IdModel instance)
Creates an immutable copy of a
IdModel value. |
ImmutableIdModel |
ImmutableIdModel.withCodecName(String value)
Copy the current immutable object by setting a value for the
codecName attribute. |
ImmutableIdModel |
ImmutableIdModel.withConversion(ch.rasc.bsoncodec.annotation.Id.IdConversion value)
Copy the current immutable object by setting a value for the
conversion attribute. |
ImmutableIdModel |
ImmutableIdModel.withGeneratorName(String value)
Copy the current immutable object by setting a value for the
generatorName attribute. |
Copyright © 2015–2017. All rights reserved.