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 TypeRegistry
TypeRegistry.EmptyTypeRegistryHolder. EMPTY
private TypeRegistry
TextFormat.Parser.Builder. typeRegistry
private TypeRegistry
TextFormat.Parser. typeRegistry
private TypeRegistry
TextFormat.Printer. typeRegistry
Methods in com.google.protobuf that return TypeRegistry Modifier and Type Method Description TypeRegistry
TypeRegistry.Builder. build()
Builds aTypeRegistry
.static TypeRegistry
TypeRegistry. getEmptyTypeRegistry()
Methods in com.google.protobuf with parameters of type TypeRegistry Modifier and Type Method Description TextFormat.Parser.Builder
TextFormat.Parser.Builder. setTypeRegistry(TypeRegistry typeRegistry)
Sets the TypeRegistry for resolving Any.TextFormat.Printer
TextFormat.Printer. usingTypeRegistry(TypeRegistry typeRegistry)
Creates a newTextFormat.Printer
using 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)
-