Class JsonPatchUtils

java.lang.Object
ca.uhn.fhir.jpa.util.jsonpatch.JsonPatchUtils

public class JsonPatchUtils extends Object
  • Constructor Details

  • Method Details

    • apply

      public static <T extends org.hl7.fhir.instance.model.api.IBaseResource> T apply(ca.uhn.fhir.context.FhirContext theCtx, T theResourceToUpdate, String thePatchBody)