Uses of Class
com.dslplatform.json.JsonReader.DoublePrecision

Packages that use JsonReader.DoublePrecision
com.dslplatform.json   
 

Uses of JsonReader.DoublePrecision in com.dslplatform.json
 

Fields in com.dslplatform.json declared as JsonReader.DoublePrecision
protected  JsonReader.DoublePrecision JsonReader.doublePrecision
           
 

Methods in com.dslplatform.json that return JsonReader.DoublePrecision
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.
 

Methods in com.dslplatform.json with parameters of type JsonReader.DoublePrecision
 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 © 2019. All rights reserved.