Uses of Class
com.google.protobuf.TypeRegistry
-
Packages that use TypeRegistry Package Description com.google.protobuf com.google.protobuf.util -
-
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. -
Uses of TypeRegistry in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type TypeRegistry Modifier and Type Method Description JsonFormat.ParserJsonFormat.Parser. usingTypeRegistry(TypeRegistry registry)Creates a newJsonFormat.Parserusing the given registry.JsonFormat.PrinterJsonFormat.Printer. usingTypeRegistry(TypeRegistry registry)Creates a newJsonFormat.Printerusing the given registry.
-