| 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 codecName)
Copy the current immutable object by setting a value for the
codecName attribute. |
ImmutableIdModel |
ImmutableIdModel.withConversion(Id.IdConversion conversion)
Copy the current immutable object by setting a value for the
conversion attribute. |
ImmutableIdModel |
ImmutableIdModel.withGeneratorName(String generatorName)
Copy the current immutable object by setting a value for the
generatorName attribute. |
Copyright © 2015–2016. All rights reserved.