Uses of Class
com.google.protobuf.util.FieldMaskTree.Node
Packages that use FieldMaskTree.Node
-
Uses of FieldMaskTree.Node in com.google.protobuf.util
Fields in com.google.protobuf.util declared as FieldMaskTree.NodeFields in com.google.protobuf.util with type parameters of type FieldMaskTree.NodeModifier and TypeFieldDescription(package private) final SortedMap
<String, FieldMaskTree.Node> FieldMaskTree.Node.children
Methods in com.google.protobuf.util with parameters of type FieldMaskTree.NodeModifier and TypeMethodDescriptionprivate static void
FieldMaskTree.getFieldPaths
(FieldMaskTree.Node node, String path, List<String> paths) Gathers all field paths in a sub-tree.private static void
FieldMaskTree.merge
(FieldMaskTree.Node node, String path, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) Merges all fields specified by a sub-tree fromsource
todestination
.private static boolean
FieldMaskTree.removeFieldPath
(FieldMaskTree.Node node, List<String> parts, int index) Removesparts
fromnode
recursively.