Package be.personify.iam.scim.rest
Class PatchUtils
- java.lang.Object
-
- be.personify.iam.scim.rest.PatchUtils
-
public class PatchUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PatchUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPathSegments(String path)voidpatchEntity(Map<String,Object> existingEntity, be.personify.util.scim.PatchOperation opType, String path, Object value, Schema schema)
-