Uses of Class
org.hl7.fhir.utilities.json.model.JsonObject
-
Packages that use JsonObject Package Description org.hl7.fhir.utilities.json.model org.hl7.fhir.utilities.json.parser org.hl7.fhir.utilities.npm -
-
Uses of JsonObject in org.hl7.fhir.utilities.json.model
Methods in org.hl7.fhir.utilities.json.model that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. add(String name, boolean value)JsonObjectJsonObject. add(String name, int value)JsonObjectJsonObject. add(String name, String value)JsonObjectJsonObject. add(String name, JsonElement value)JsonObjectJsonObject. addForParser(String name, JsonElement value, boolean noComma, boolean nameUnquoted, boolean valueUnquoted)JsonObjectJsonElement. asJsonObject()JsonObjectJsonObject. deepCopy()JsonObjectJsonArray. findByStringProp(String prop, String value)JsonObjectJsonObject. findByStringProp(String arrName, String prop, String value)JsonObjectJsonObject. forceObject(String name)JsonObjectJsonObject. getJsonObject(String name)JsonObjectJsonObject. set(String name, boolean value)JsonObjectJsonObject. set(String name, int value)JsonObjectJsonObject. set(String name, String value)JsonObjectJsonObject. set(String name, Instant value)JsonObjectJsonObject. set(String name, JsonElement value)Methods in org.hl7.fhir.utilities.json.model that return types with arguments of type JsonObject Modifier and Type Method Description List<JsonObject>JsonArray. asJsonObjects()List<JsonObject>JsonObject. getJsonObjects(String name)Methods in org.hl7.fhir.utilities.json.model with parameters of type JsonObject Modifier and Type Method Description voidJsonObject. merge(JsonObject source) -
Uses of JsonObject in org.hl7.fhir.utilities.json.parser
Methods in org.hl7.fhir.utilities.json.parser that return JsonObject Modifier and Type Method Description static JsonObjectJsonParser. parseObject(byte[] stream)static JsonObjectJsonParser. parseObject(byte[] stream, boolean isJson5)static JsonObjectJsonParser. parseObject(byte[] stream, boolean isJson5, boolean allowDuplicates)static JsonObjectJsonParser. parseObject(File source)static JsonObjectJsonParser. parseObject(InputStream stream)static JsonObjectJsonParser. parseObject(InputStream stream, boolean isJson5)static JsonObjectJsonParser. parseObject(InputStream stream, boolean isJson5, boolean allowDuplicates)static JsonObjectJsonParser. parseObject(String source)static JsonObjectJsonParser. parseObject(String source, boolean isJson5)static JsonObjectJsonParser. parseObject(String source, boolean isJson5, boolean allowDuplicates)static JsonObjectJsonParser. parseObjectFromFile(String source)static JsonObjectJsonParser. parseObjectFromUrl(String source)static JsonObjectJsonParser. parseObjectFromUrl(String source, boolean isJson5) -
Uses of JsonObject in org.hl7.fhir.utilities.npm
Methods in org.hl7.fhir.utilities.npm that return JsonObject Modifier and Type Method Description JsonObjectNpmPackage. getNpm()Handle to the package json fileJsonObjectPackageGenerator. getRootJsonObject()JsonObjectPackageList.PackageListEntry. json()Methods in org.hl7.fhir.utilities.npm with parameters of type JsonObject Modifier and Type Method Description intNpmPackage.IndexVersionSorter. compare(JsonObject o0, JsonObject o1)protected PackageInfoPackageClient. getPackageInfoFromJSON(JsonObject o, String name, String canonical, String fhirVersion)booleanNpmPackage.NpmPackageFolder. readIndex(JsonObject index)Constructors in org.hl7.fhir.utilities.npm with parameters of type JsonObject Constructor Description PackageList(JsonObject json)PackageResourceInformation(String root, JsonObject fi)
-