Uses of Class
org.hl7.fhir.utilities.json.model.JsonElement
-
Packages that use JsonElement Package Description org.hl7.fhir.utilities.json.model org.hl7.fhir.utilities.json.parser -
-
Uses of JsonElement in org.hl7.fhir.utilities.json.model
Subclasses of JsonElement in org.hl7.fhir.utilities.json.model Modifier and Type Class Description classJsonArrayclassJsonBooleanclassJsonNullclassJsonNumberclassJsonObjectclassJsonPrimitiveclassJsonStringMethods in org.hl7.fhir.utilities.json.model that return JsonElement Modifier and Type Method Description protected JsonElementJsonArray. copy(JsonElement other)protected JsonElementJsonBoolean. copy(JsonElement other)protected abstract JsonElementJsonElement. copy(JsonElement jsonElement)protected JsonElementJsonNull. copy(JsonElement other)protected JsonElementJsonNumber. copy(JsonElement other)protected JsonElementJsonObject. copy(JsonElement other)protected JsonElementJsonString. copy(JsonElement other)JsonElementJsonElement. deepCopy()JsonElementJsonArray. get(int i)JsonElementJsonObject. get(String name)JsonElementJsonProperty. getValue()protected JsonElementJsonArray. make()protected JsonElementJsonBoolean. make()protected abstract JsonElementJsonElement. make()protected JsonElementJsonNull. make()protected JsonElementJsonNumber. make()protected JsonElementJsonObject. make()protected JsonElementJsonString. make()Methods in org.hl7.fhir.utilities.json.model that return types with arguments of type JsonElement Modifier and Type Method Description List<JsonElement>JsonArray. getItems()Iterator<JsonElement>JsonArray. iterator()Methods in org.hl7.fhir.utilities.json.model with parameters of type JsonElement Modifier and Type Method Description JsonArrayJsonArray. add(int i, JsonElement node)JsonArrayJsonArray. add(JsonElement node)JsonObjectJsonObject. add(String name, JsonElement value)voidJsonArray. addForParser(JsonElement e, boolean itemNoComma, boolean unquoted)JsonObjectJsonObject. addForParser(String name, JsonElement value, boolean noComma, boolean nameUnquoted, boolean valueUnquoted)protected JsonElementJsonArray. copy(JsonElement other)protected JsonElementJsonBoolean. copy(JsonElement other)protected abstract JsonElementJsonElement. copy(JsonElement jsonElement)protected JsonElementJsonNull. copy(JsonElement other)protected JsonElementJsonNumber. copy(JsonElement other)protected JsonElementJsonObject. copy(JsonElement other)protected JsonElementJsonString. copy(JsonElement other)voidJsonArray. remove(JsonElement e)JsonObjectJsonObject. set(String name, JsonElement value)voidJsonProperty. setValue(JsonElement value)Constructors in org.hl7.fhir.utilities.json.model with parameters of type JsonElement Constructor Description JsonProperty(String name, JsonElement value) -
Uses of JsonElement in org.hl7.fhir.utilities.json.parser
Methods in org.hl7.fhir.utilities.json.parser that return JsonElement Modifier and Type Method Description static JsonElementJsonParser. parse(byte[] stream)static JsonElementJsonParser. parse(byte[] stream, boolean isJson5)static JsonElementJsonParser. parse(byte[] stream, boolean isJson5, boolean allowDuplicates)static JsonElementJsonParser. parse(File source)static JsonElementJsonParser. parse(InputStream stream)static JsonElementJsonParser. parse(InputStream stream, boolean isJson5)static JsonElementJsonParser. parse(InputStream stream, boolean isJson5, boolean allowDuplicates)static JsonElementJsonParser. parse(String source)static JsonElementJsonParser. parse(String source, boolean isJson5)static JsonElementJsonParser. parse(String source, boolean isJson5, boolean allowDuplicates)static JsonElementJsonParser. parseFromFile(String source)static JsonElementJsonParser. parseFromUrl(String source)static JsonElementJsonParser. parseFromUrl(String source, boolean isJson5)Methods in org.hl7.fhir.utilities.json.parser with parameters of type JsonElement Modifier and Type Method Description static StringJsonParser. compose(JsonElement element)static StringJsonParser. compose(JsonElement element, boolean pretty)static voidJsonParser. compose(JsonElement element, OutputStream stream)static voidJsonParser. compose(JsonElement element, OutputStream stream, boolean pretty)static byte[]JsonParser. composeBytes(JsonElement element)static byte[]JsonParser. composeBytes(JsonElement element, boolean pretty)voidJsonLexer. takeComments(JsonElement child)
-