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

Packages that use JsonReader.ErrorInfo
com.dslplatform.json   
 

Uses of JsonReader.ErrorInfo in com.dslplatform.json
 

Fields in com.dslplatform.json declared as JsonReader.ErrorInfo
protected  JsonReader.ErrorInfo JsonReader.errorInfo
           
 

Methods in com.dslplatform.json that return JsonReader.ErrorInfo
static JsonReader.ErrorInfo JsonReader.ErrorInfo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonReader.ErrorInfo[] JsonReader.ErrorInfo.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.ErrorInfo
 DslJson.Settings<TContext> DslJson.Settings.errorInfo(JsonReader.ErrorInfo errorInfo)
          By default doubles are not deserialized into an exact value in some rare edge cases.
 



Copyright © 2019. All rights reserved.