Uses of Class
org.hl7.fhir.r4.model.Library
-
Packages that use Library Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Library in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Library Modifier and Type Method Description protected LibraryJsonParser. parseLibrary(com.google.gson.JsonObject json)protected LibraryXmlParser. parseLibrary(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Library Modifier and Type Method Description protected voidJsonParser. composeLibrary(String name, Library element)protected voidRdfParser. composeLibrary(Turtle.Complex parent, String parentType, String name, Library element, int index)protected voidXmlParser. composeLibrary(String name, Library element)protected voidXmlParser. composeLibraryElements(Library element)protected voidJsonParser. composeLibraryInner(Library element)protected booleanXmlParser. parseLibraryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Library res)protected voidJsonParser. parseLibraryProperties(com.google.gson.JsonObject json, Library res) -
Uses of Library in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type Library Modifier and Type Method Description voidLibrary. copyValues(Library dst)
-