| Package | Description |
|---|---|
| com.dslplatform.json |
| Modifier and Type | Field and Description |
|---|---|
protected JsonReader.DoublePrecision |
JsonReader.doublePrecision |
| Modifier and Type | Method and Description |
|---|---|
static JsonReader.DoublePrecision |
JsonReader.DoublePrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonReader.DoublePrecision[] |
JsonReader.DoublePrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DslJson.Settings<TContext> |
DslJson.Settings.doublePrecision(JsonReader.DoublePrecision precision)
By default doubles are not deserialized into an exact value in some rare edge cases.
|
Copyright © 2023. All rights reserved.