
Package org.hl7.fhir.r5.openehr
Class OpenehrParser.OpenehrJsonParserFactory
java.lang.Object
org.hl7.fhir.r5.openehr.OpenehrParser.OpenehrJsonParserFactory
- All Implemented Interfaces:
ParserBase.IParserFactory
- Enclosing class:
OpenehrParser
public static class OpenehrParser.OpenehrJsonParserFactory
extends Object
implements ParserBase.IParserFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomposerJson
(JsonCreator json) composerXml
(org.hl7.fhir.utilities.xml.IXMLWriter xml) parserJson
(boolean allowUnknownContent, boolean allowComments) parserXml
(boolean allowUnknownContent)
-
Constructor Details
-
OpenehrJsonParserFactory
public OpenehrJsonParserFactory()
-
-
Method Details
-
composerJson
- Specified by:
composerJson
in interfaceParserBase.IParserFactory
-
parserJson
- Specified by:
parserJson
in interfaceParserBase.IParserFactory
-
composerXml
- Specified by:
composerXml
in interfaceParserBase.IParserFactory
-
parserXml
- Specified by:
parserXml
in interfaceParserBase.IParserFactory
-