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