Uses of Enum
com.dslplatform.json.JsonReader.UnknownNumberParsing
Packages that use JsonReader.UnknownNumberParsing
-
Uses of JsonReader.UnknownNumberParsing in com.dslplatform.json
Fields in com.dslplatform.json declared as JsonReader.UnknownNumberParsingModifier and TypeFieldDescriptionprivate JsonReader.UnknownNumberParsingDslJson.Settings.unknownNumbersprivate final JsonReader.UnknownNumberParsingDslJson.unknownNumbersprotected final JsonReader.UnknownNumberParsingJsonReader.unknownNumbersMethods in com.dslplatform.json that return JsonReader.UnknownNumberParsingModifier and TypeMethodDescriptionReturns 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.UnknownNumberParsingModifier and TypeMethodDescriptionprivate static NumberNumberConverter.bigDecimalOrDouble(BigDecimal num, JsonReader.UnknownNumberParsing unknownNumbers) 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.UnknownNumberParsingModifierConstructorDescription(package private)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) privateJsonReader(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)