Interface UnsupportedValue
- All Superinterfaces:
Value
- All Known Implementing Classes:
UnsupportedValueImpl
Represents a value with an unsupported datatype.
We can still "deserialize" it by just storing its
JSON representation, so that it can be serialized
back to its original representation.
This avoids parsing failures on documents containing
these values.
- Author:
- Antonin Delpeuch
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type string found in the JSON representation of this value.
-
Method Details
-
getTypeJsonString
String getTypeJsonString()Returns the type string found in the JSON representation of this value.- Returns:
- the value of "type" in the JSON representation of this value.
-