Uses of Class
com.google.protobuf.TextFormatParseInfoTree.Builder
-
Packages that use TextFormatParseInfoTree.Builder Package Description com.google.protobuf -
-
Uses of TextFormatParseInfoTree.Builder in com.google.protobuf
Fields in com.google.protobuf declared as TextFormatParseInfoTree.Builder Modifier and Type Field Description private TextFormatParseInfoTree.BuilderTextFormat.Parser.Builder. parseInfoTreeBuilderprivate TextFormatParseInfoTree.BuilderTextFormat.Parser. parseInfoTreeBuilderFields in com.google.protobuf with type parameters of type TextFormatParseInfoTree.Builder Modifier and Type Field Description private java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseInfoTree.Builder>>TextFormatParseInfoTree.Builder. subtreeBuildersFromFieldMethods in com.google.protobuf that return TextFormatParseInfoTree.Builder Modifier and Type Method Description static TextFormatParseInfoTree.BuilderTextFormatParseInfoTree. builder()Create a builder for aParseInfoTree.TextFormatParseInfoTree.BuilderTextFormatParseInfoTree.Builder. getBuilderForSubMessageField(Descriptors.FieldDescriptor fieldDescriptor)Set for a sub message.TextFormatParseInfoTree.BuilderTextFormatParseInfoTree.Builder. setLocation(Descriptors.FieldDescriptor fieldDescriptor, TextFormatParseLocation location)Record the starting location of a single value for a field.Methods in com.google.protobuf with parameters of type TextFormatParseInfoTree.Builder Modifier and Type Method Description private voidTextFormat.Parser. consumeFieldValue(TextFormat.Tokenizer tokenizer, ExtensionRegistry extensionRegistry, MessageReflection.MergeTarget target, Descriptors.FieldDescriptor field, ExtensionRegistry.ExtensionInfo extension, TextFormatParseInfoTree.Builder parseTreeBuilder, java.util.List<TextFormat.Parser.UnknownField> unknownFields, int recursionLimit)Parse a single field value fromtokenizerand merge it intobuilder.private voidTextFormat.Parser. consumeFieldValues(TextFormat.Tokenizer tokenizer, ExtensionRegistry extensionRegistry, MessageReflection.MergeTarget target, Descriptors.FieldDescriptor field, ExtensionRegistry.ExtensionInfo extension, TextFormatParseInfoTree.Builder parseTreeBuilder, java.util.List<TextFormat.Parser.UnknownField> unknownFields, int recursionLimit)Parse a one or more field values fromtokenizerand merge it intobuilder.private voidTextFormat.Parser. mergeAnyFieldValue(TextFormat.Tokenizer tokenizer, ExtensionRegistry extensionRegistry, MessageReflection.MergeTarget target, TextFormatParseInfoTree.Builder parseTreeBuilder, java.util.List<TextFormat.Parser.UnknownField> unknownFields, Descriptors.Descriptor anyDescriptor, int recursionLimit)private voidTextFormat.Parser. mergeField(TextFormat.Tokenizer tokenizer, ExtensionRegistry extensionRegistry, MessageReflection.MergeTarget target, TextFormatParseInfoTree.Builder parseTreeBuilder, java.util.List<TextFormat.Parser.UnknownField> unknownFields, int recursionLimit)Parse a single field fromtokenizerand merge it intotarget.TextFormat.Parser.BuilderTextFormat.Parser.Builder. setParseInfoTreeBuilder(TextFormatParseInfoTree.Builder parseInfoTreeBuilder)Constructors in com.google.protobuf with parameters of type TextFormatParseInfoTree.Builder Constructor Description Parser(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit)
-