Uses of Class
com.google.protobuf.util.JsonFormat.TypeRegistry
-
Packages that use JsonFormat.TypeRegistry Package Description com.google.protobuf.util -
-
Uses of JsonFormat.TypeRegistry in com.google.protobuf.util
Methods in com.google.protobuf.util that return JsonFormat.TypeRegistry Modifier and Type Method Description JsonFormat.TypeRegistryJsonFormat.TypeRegistry.Builder. build()Builds aJsonFormat.TypeRegistry.static JsonFormat.TypeRegistryJsonFormat.TypeRegistry. getEmptyTypeRegistry()Methods in com.google.protobuf.util with parameters of type JsonFormat.TypeRegistry Modifier and Type Method Description JsonFormat.ParserJsonFormat.Parser. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)Creates a newJsonFormat.Parserusing the given registry.JsonFormat.PrinterJsonFormat.Printer. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)Creates a newJsonFormat.Printerusing the given registry.
-