net.riotopsys.json_patch.operation
Class MoveOperation
java.lang.Object
net.riotopsys.json_patch.operation.AbsOperation
net.riotopsys.json_patch.operation.MoveOperation
public class MoveOperation
- extends AbsOperation
Created by afitzgerald on 8/5/14.
| Fields inherited from class net.riotopsys.json_patch.operation.AbsOperation |
path |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public final JsonPath from
MoveOperation
public MoveOperation(JsonPath from,
JsonPath path)
getOperationName
public String getOperationName()
- Specified by:
getOperationName in class AbsOperation
apply
public com.google.gson.JsonElement apply(com.google.gson.JsonElement original)
- Specified by:
apply in class AbsOperation
Copyright © 2014. All rights reserved.