|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonReader.UnknownNumberParsing | |
|---|---|
| com.dslplatform.json | |
| Uses of JsonReader.UnknownNumberParsing in com.dslplatform.json |
|---|
| Fields in com.dslplatform.json declared as JsonReader.UnknownNumberParsing | |
|---|---|
protected JsonReader.UnknownNumberParsing |
JsonReader.unknownNumbers
|
| Methods in com.dslplatform.json that return JsonReader.UnknownNumberParsing | |
|---|---|
static JsonReader.UnknownNumberParsing |
JsonReader.UnknownNumberParsing.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonReader.UnknownNumberParsing[] |
JsonReader.UnknownNumberParsing.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.dslplatform.json with parameters of type JsonReader.UnknownNumberParsing | |
|---|---|
DslJson.Settings<TContext> |
DslJson.Settings.unknownNumbers(JsonReader.UnknownNumberParsing unknownNumbers)
When processing JSON without a schema numbers can be deserialized in various ways: - as longs and decimals - as longs and doubles - as decimals only - as doubles only Default is as long and BigDecimal |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||