Uses of Class
com.google.protobuf.TypeRegistry
-
Packages that use TypeRegistry Package Description com.google.protobuf -
-
Uses of TypeRegistry in com.google.protobuf
Methods 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.
-