Package org.hl7.fhir.dstu3.elementmodel
Class JsonLDParser
java.lang.Object
org.hl7.fhir.dstu3.elementmodel.ParserBase
org.hl7.fhir.dstu3.elementmodel.JsonLDParser
-
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 voidclose()protected voidvoidcompose(Element e, OutputStream stream, IParser.OutputStyle style, String base)protected voiddecorateCoding(Element coding)protected voidprotected voidparse(InputStream stream)protected voidMethods inherited from class org.hl7.fhir.dstu3.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, logError, setLinkResolver, setupValidation
-
Constructor Details
-
JsonLDParser
-
-
Method Details
-
parse
- Specified by:
parsein classParserBase
-
prop
- Throws:
IOException
-
open
- Throws:
IOException
-
close
- Throws:
IOException
-
openArray
- Throws:
IOException
-
closeArray
- Throws:
IOException
-
compose
public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException- Specified by:
composein classParserBase- Throws:
IOException
-
decorateCoding
- Throws:
IOException
-