Uses of Class
com.dslplatform.json.JsonReader.UnknownNumberParsing
-
Packages that use JsonReader.UnknownNumberParsing Package Description com.dslplatform.json -
-
Uses of JsonReader.UnknownNumberParsing in com.dslplatform.json
Fields in com.dslplatform.json declared as JsonReader.UnknownNumberParsing Modifier and Type Field Description private JsonReader.UnknownNumberParsingDslJson.Settings. unknownNumbersprivate JsonReader.UnknownNumberParsingDslJson. unknownNumbersprotected JsonReader.UnknownNumberParsingJsonReader. unknownNumbersMethods in com.dslplatform.json that return JsonReader.UnknownNumberParsing Modifier and Type Method Description static JsonReader.UnknownNumberParsingJsonReader.UnknownNumberParsing. valueOf(java.lang.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 Modifier and Type Method Description private static java.lang.NumberNumberConverter. bigDecimalOrDouble(java.math.BigDecimal num, JsonReader.UnknownNumberParsing unknownNumbers)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 BigDecimalConstructors in com.dslplatform.json with parameters of type JsonReader.UnknownNumberParsing Constructor Description JsonReader(byte[] buffer, int length, TContext context, char[] tmp, StringCache keyCache, StringCache valuesCache, TypeLookup typeLookup, JsonReader.ErrorInfo errorInfo, JsonReader.DoublePrecision doublePrecision, JsonReader.UnknownNumberParsing unknownNumbers, int maxNumberDigits, int maxStringBuffer)JsonReader(char[] tmp, byte[] buffer, int length, TContext context, StringCache keyCache, StringCache valuesCache, TypeLookup typeLookup, JsonReader.ErrorInfo errorInfo, JsonReader.DoublePrecision doublePrecision, JsonReader.UnknownNumberParsing unknownNumbers, int maxNumberDigits, int maxStringBuffer)
-