Package javax.json
Interface JsonStructure
-
- All Superinterfaces:
JsonValue
- All Known Subinterfaces:
JsonArray
,JsonObject
public interface JsonStructure extends JsonValue
A complex type as JsonValue. This could either be aJsonArray
or aJsonObject
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.json.JsonValue
JsonValue.ValueType
-
-
Field Summary
-
Fields inherited from interface javax.json.JsonValue
EMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default JsonValue
getValue(java.lang.String jsonPointer)
-
Methods inherited from interface javax.json.JsonValue
asJsonArray, asJsonObject, getValueType, toString
-
-
-
-
Method Detail
-
getValue
default JsonValue getValue(java.lang.String jsonPointer)
-
-