Uses of Class
com.google.protobuf.TypeRegistry
-
Packages that use TypeRegistry Package Description com.google.protobuf -
-
Uses of TypeRegistry in com.google.protobuf
Fields in com.google.protobuf declared as TypeRegistry Modifier and Type Field Description private static TypeRegistryTypeRegistry.EmptyTypeRegistryHolder. EMPTYprivate TypeRegistryTextFormat.Parser.Builder. typeRegistryprivate TypeRegistryTextFormat.Parser. typeRegistryprivate TypeRegistryTextFormat.Printer. typeRegistryMethods in com.google.protobuf that return TypeRegistry Modifier and Type Method Description TypeRegistryTypeRegistry.Builder. build()Builds aTypeRegistry.static TypeRegistryTypeRegistry. getEmptyTypeRegistry()Methods in com.google.protobuf with parameters of type TypeRegistry Modifier and Type Method Description TextFormat.Parser.BuilderTextFormat.Parser.Builder. setTypeRegistry(TypeRegistry typeRegistry)Sets the TypeRegistry for resolving Any.TextFormat.PrinterTextFormat.Printer. usingTypeRegistry(TypeRegistry typeRegistry)Creates a newTextFormat.Printerusing the given typeRegistry.Constructors in com.google.protobuf with parameters of type TypeRegistry Constructor Description Parser(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder)Printer(boolean escapeNonAscii, TypeRegistry typeRegistry)
-