@InterfaceStability.Uncommitted @InterfaceAudience.Private public class MutationSpec extends Object
Internally represents a single mutation in a batch of subdocument mutations.
Constructor and Description |
---|
MutationSpec(Mutation type,
String path,
Object fragment,
boolean createParents) |
Modifier and Type | Method and Description |
---|---|
boolean |
createParents() |
Object |
fragment() |
String |
path() |
String |
toString() |
Mutation |
type() |
public String path()
public Object fragment()
public boolean createParents()
Copyright © 2015 Couchbase, Inc.