| Modifier and Type | Method and Description |
|---|---|
JsonFormat.TypeRegistry |
JsonFormat.TypeRegistry.Builder.build()
Builds a
JsonFormat.TypeRegistry. |
static JsonFormat.TypeRegistry |
JsonFormat.TypeRegistry.getEmptyTypeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
JsonFormat.Printer |
JsonFormat.Printer.usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a new
JsonFormat.Printer using the given registry. |
JsonFormat.Parser |
JsonFormat.Parser.usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a new
JsonFormat.Parser using the given registry. |
Copyright © 2008–2020. All rights reserved.