Interface JsonValue
- All Superinterfaces:
FormattedStringRepresentable, NodeRepresentable
- All Known Subinterfaces:
JsonArray, JsonBoolean, JsonNull, JsonNumber, JsonObject, JsonString
- All Known Implementing Classes:
ImmutableJsonArray, ImmutableJsonFalseBoolean, ImmutableJsonNull, ImmutableJsonObject, ImmutableJsonString, ImmutableJsonTrueBoolean
- Author:
- Silvan Wyss
-
Field Summary
Fields inherited from interface FormattedStringRepresentable
DEFAULT_IDENTATION_LEVEL, DEFAULT_IDENTTATION_SYMBOL, DEFAULT_START_MULTILINER_WITH_IDENTATION_FLAG -
Method Summary
Methods inherited from interface FormattedStringRepresentable
formattedStringWillHaveMultipleLines, toFormattedString, toFormattedStringWithIndentationLevel, toFormattedStringWithIndentationLevelAndIndentationSymbol, toFormattedStringWithIndentationLevelAndIndentationSymbolMethods inherited from interface NodeRepresentable
toNode
-
Method Details
-
getType
JsonValueType getType()
-