Uses of Enum
com.dslplatform.json.JsonReader.ErrorInfo
Packages that use JsonReader.ErrorInfo
-
Uses of JsonReader.ErrorInfo in com.dslplatform.json
Fields in com.dslplatform.json declared as JsonReader.ErrorInfoModifier and TypeFieldDescriptionprivate final JsonReader.ErrorInfoDslJson.errorInfoprivate JsonReader.ErrorInfoDslJson.Settings.errorInfoprotected final JsonReader.ErrorInfoJsonReader.errorInfoMethods in com.dslplatform.json that return JsonReader.ErrorInfoModifier and TypeMethodDescriptionstatic JsonReader.ErrorInfoReturns 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.ErrorInfoModifier and TypeMethodDescriptionDslJson.Settings.errorInfo(JsonReader.ErrorInfo errorInfo) 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.ErrorInfoModifierConstructorDescription(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)