
Package org.hl7.fhir.dstu3.elementmodel
Class JsonParser
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ParserBase
org.hl7.fhir.dstu3.elementmodel.JsonParser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicy
-
Field Summary
Fields inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
context, errors, linkResolver, policy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
close()
Deprecated.protected void
Deprecated.void
compose
(Element e, OutputStream stream, IParser.OutputStyle style, String identity) Deprecated.void
compose
(Element e, JsonCreator json) Deprecated.protected void
Deprecated.protected void
Deprecated.parse
(com.google.gson.JsonObject object) Deprecated.parse
(com.google.gson.JsonObject object, Map<com.google.gson.JsonElement, org.hl7.fhir.utilities.json.JsonTrackingParser.LocationData> map) Deprecated.parse
(InputStream stream) Deprecated.Deprecated.protected void
Deprecated.Methods inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, logError, setLinkResolver, setupValidation
-
Constructor Details
-
JsonParser
Deprecated.
-
-
Method Details
-
parse
Deprecated.- Throws:
Exception
-
parse
public Element parse(InputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException Deprecated.- Specified by:
parse
in classParserBase
- Throws:
IOException
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
-
parse
public Element parse(com.google.gson.JsonObject object, Map<com.google.gson.JsonElement, org.hl7.fhir.utilities.json.JsonTrackingParser.LocationData> map) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionExceptionDeprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
-
parse
public Element parse(com.google.gson.JsonObject object) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
-
prop
Deprecated.- Throws:
IOException
-
open
Deprecated.- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-
openArray
Deprecated.- Throws:
IOException
-
closeArray
Deprecated.- Throws:
IOException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String identity) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Specified by:
compose
in classParserBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
compose
Deprecated.- Throws:
Exception
-