Uses of Class
org.hl7.fhir.r5.model.Endpoint
-
Packages that use Endpoint Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Endpoint in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Endpoint Modifier and Type Method Description protected EndpointJsonParser. parseEndpoint(com.google.gson.JsonObject json)protected EndpointXmlParser. parseEndpoint(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Endpoint Modifier and Type Method Description protected voidJsonParser. composeEndpoint(String name, Endpoint element)protected voidRdfParser. composeEndpoint(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Endpoint element, int index)protected voidXmlParser. composeEndpoint(String name, Endpoint element)protected voidXmlParser. composeEndpointElements(Endpoint element)protected voidJsonParser. composeEndpointProperties(Endpoint element)protected booleanXmlParser. parseEndpointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Endpoint res)protected voidJsonParser. parseEndpointProperties(com.google.gson.JsonObject json, Endpoint res) -
Uses of Endpoint in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Endpoint Modifier and Type Method Description voidEndpoint. copyValues(Endpoint dst)
-