
Package ca.uhn.fhir.parser.json
Class JsonLikeArray
java.lang.Object
ca.uhn.fhir.parser.json.JsonLikeValue
ca.uhn.fhir.parser.json.JsonLikeArray
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.parser.json.JsonLikeValue
JsonLikeValue.ScalarType, JsonLikeValue.ValueType
-
Field Summary
Fields inherited from class ca.uhn.fhir.parser.json.JsonLikeValue
FALSE, NULL, TRUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract JsonLikeValue
get
(int index) boolean
isArray()
abstract int
size()
Methods inherited from class ca.uhn.fhir.parser.json.JsonLikeValue
asArray, asBoolean, asObject, asString, getAsBoolean, getAsNumber, getAsObject, getValue, isNull, isNumber, isObject, isScalar, isString
-
Constructor Details
-
JsonLikeArray
public JsonLikeArray()
-
-
Method Details
-
getJsonType
- Specified by:
getJsonType
in classJsonLikeValue
-
getDataType
- Specified by:
getDataType
in classJsonLikeValue
-
isArray
- Overrides:
isArray
in classJsonLikeValue
-
getAsArray
- Overrides:
getAsArray
in classJsonLikeValue
-
getAsString
- Overrides:
getAsString
in classJsonLikeValue
-
size
-
get
-