
Package ca.uhn.fhir.jpa.patch
Class JsonPatchUtils
- java.lang.Object
-
- ca.uhn.fhir.jpa.patch.JsonPatchUtils
-
public class JsonPatchUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonPatchUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends org.hl7.fhir.instance.model.api.IBaseResource>
Tapply(ca.uhn.fhir.context.FhirContext theCtx, T theResourceToUpdate, String thePatchBody)
-
-
-
Constructor Detail
-
JsonPatchUtils
public JsonPatchUtils()
-
-