| Package | Description |
|---|---|
| ch.rasc.bsoncodec.annotation | |
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
static Id.IdConversion |
Id.IdConversion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Id.IdConversion[] |
Id.IdConversion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Id.IdConversion |
ImmutableIdModel.conversion() |
abstract Id.IdConversion |
IdModel.conversion() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIdModel.Builder |
ImmutableIdModel.Builder.conversion(Id.IdConversion conversion)
Initializes value for
conversion. |
ImmutableIdModel |
ImmutableIdModel.withConversion(Id.IdConversion value)
Copy current immutable object by setting value for
conversion. |
Copyright © 2015. All rights reserved.