net.riotopsys.json_patch.operation
Class ReplaceOperation
java.lang.Object
net.riotopsys.json_patch.operation.AbsOperation
net.riotopsys.json_patch.operation.ReplaceOperation
public class ReplaceOperation
- extends AbsOperation
Created by afitzgerald on 8/5/14.
|
Field Summary |
com.google.gson.JsonElement |
data
|
| 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 |
data
public com.google.gson.JsonElement data
ReplaceOperation
public ReplaceOperation(JsonPath path,
com.google.gson.JsonElement data)
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.