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 RemoteIndexMessageRemoteIndexSupport. 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.StringRemoteIndexSupport. marshallToString(RemoteIndexMessage message)Marshall the RemoteIndexMessage to a JSON string 
 -