public class InnerPatchPatchOp extends JsonPatchOp
| Constructor and Description |
|---|
InnerPatchPatchOp(java.lang.String path,
JsonPatch.Builder patch,
boolean conditional) |
InnerPatchPatchOp(java.lang.String path,
JsonPatch patch,
boolean conditional) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConditional() |
getFrom, getOp, getPath, getValuepublic InnerPatchPatchOp(java.lang.String path,
JsonPatch patch,
boolean conditional)
public InnerPatchPatchOp(java.lang.String path,
JsonPatch.Builder patch,
boolean conditional)