Uses of Class
org.linuxforhealth.fhir.persistence.index.RemoteIndexMessage
-
Packages that use RemoteIndexMessage Package Description org.linuxforhealth.fhir.persistence.helper -
-
Uses of RemoteIndexMessage in org.linuxforhealth.fhir.persistence.helper
Methods in org.linuxforhealth.fhir.persistence.helper that return RemoteIndexMessage Modifier and Type Method Description static RemoteIndexMessage
RemoteIndexSupport. unmarshall(java.lang.String jsonPayload)
Unmarshall the JSON payload parameter as a RemoteIndexMessageMethods in org.linuxforhealth.fhir.persistence.helper with parameters of type RemoteIndexMessage Modifier and Type Method Description static java.lang.String
RemoteIndexSupport. marshallToString(RemoteIndexMessage message)
Marshall the RemoteIndexMessage to a JSON string
-