Uses of Class
com.dslplatform.json.JsonReader.DoublePrecision
-
Packages that use JsonReader.DoublePrecision Package Description com.dslplatform.json -
-
Uses of JsonReader.DoublePrecision in com.dslplatform.json
Fields in com.dslplatform.json declared as JsonReader.DoublePrecision Modifier and Type Field Description private JsonReader.DoublePrecisionDslJson. doublePrecisionprivate JsonReader.DoublePrecisionDslJson.Settings. doublePrecisionprotected JsonReader.DoublePrecisionJsonReader. doublePrecisionMethods in com.dslplatform.json that return JsonReader.DoublePrecision Modifier and Type Method Description static JsonReader.DoublePrecisionJsonReader.DoublePrecision. valueOf(java.lang.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.Methods in com.dslplatform.json with parameters of type JsonReader.DoublePrecision Modifier and Type Method 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.Constructors in com.dslplatform.json with parameters of type JsonReader.DoublePrecision 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)
-