@SerializeWith(value=AddValueIfAbsentOperation.Externalizer.class) public class AddValueIfAbsentOperation extends AddValueOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
AddValueIfAbsentOperation.Externalizer |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
added |
actualIndex, APPEND_INDEX, index, valueparentPath| Constructor and Description |
|---|
AddValueIfAbsentOperation(Path path,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isAdded() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
clone, getActualIndex, getIndex, getValuecloneValues, mutableParentcloneValue, equalsIfNotNull, getParentPathpublic boolean isAdded()
public void rollback(MutableDocument delegate)
rollback in class AddValueOperationpublic void replay(MutableDocument delegate)
replay in class AddValueOperationpublic String toString()
toString in class AddValueOperationpublic int hashCode()
hashCode in class AddValueOperationpublic boolean equals(Object obj)
equals in class AddValueOperationCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.