| Package | Description |
|---|---|
| com.google.protobuf.util |
| Modifier and Type | Field and Description |
|---|---|
private FieldMaskTree.Node |
FieldMaskTree.root |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.SortedMap<java.lang.String,FieldMaskTree.Node> |
FieldMaskTree.Node.children |
| Modifier and Type | Method and Description |
|---|---|
private void |
FieldMaskTree.getFieldPaths(FieldMaskTree.Node node,
java.lang.String path,
java.util.List<java.lang.String> paths)
Gathers all field paths in a sub-tree.
|
private void |
FieldMaskTree.merge(FieldMaskTree.Node node,
java.lang.String path,
Message source,
Message.Builder destination,
FieldMaskUtil.MergeOptions options)
Merges all fields specified by a sub-tree from
source to destination. |