Uses of Class
org.hl7.fhir.r4b.model.CatalogEntry
-
Packages that use CatalogEntry Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of CatalogEntry in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CatalogEntry Modifier and Type Method Description protected CatalogEntryJsonParser. parseCatalogEntry(com.google.gson.JsonObject json)protected CatalogEntryXmlParser. parseCatalogEntry(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type CatalogEntry Modifier and Type Method Description protected voidJsonParser. composeCatalogEntry(String name, CatalogEntry element)protected voidRdfParser. composeCatalogEntry(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CatalogEntry element, int index)protected voidXmlParser. composeCatalogEntry(String name, CatalogEntry element)protected voidXmlParser. composeCatalogEntryElements(CatalogEntry element)protected voidJsonParser. composeCatalogEntryProperties(CatalogEntry element)protected booleanXmlParser. parseCatalogEntryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CatalogEntry res)protected voidJsonParser. parseCatalogEntryProperties(com.google.gson.JsonObject json, CatalogEntry res) -
Uses of CatalogEntry in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type CatalogEntry Modifier and Type Method Description voidCatalogEntry. copyValues(CatalogEntry dst)
-