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
Fields in com.google.protobuf.util declared as JsonFormat.TypeRegistry Modifier and Type Field Description private static JsonFormat.TypeRegistry
JsonFormat.TypeRegistry.EmptyTypeRegistryHolder. EMPTY
private JsonFormat.TypeRegistry
JsonFormat.Parser. oldRegistry
private JsonFormat.TypeRegistry
JsonFormat.ParserImpl. oldRegistry
private JsonFormat.TypeRegistry
JsonFormat.Printer. oldRegistry
private JsonFormat.TypeRegistry
JsonFormat.PrinterImpl. oldRegistry
Methods in com.google.protobuf.util that return JsonFormat.TypeRegistry Modifier and Type Method Description JsonFormat.TypeRegistry
JsonFormat.TypeRegistry.Builder. build()
Builds aJsonFormat.TypeRegistry
.static JsonFormat.TypeRegistry
JsonFormat.TypeRegistry. getEmptyTypeRegistry()
Methods in com.google.protobuf.util with parameters of type JsonFormat.TypeRegistry Modifier and Type Method Description JsonFormat.Parser
JsonFormat.Parser. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a newJsonFormat.Parser
using the given registry.JsonFormat.Printer
JsonFormat.Printer. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a newJsonFormat.Printer
using the given registry.Constructors in com.google.protobuf.util with parameters of type JsonFormat.TypeRegistry Constructor Description Parser(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit)
ParserImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit)
Printer(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldOutputDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
PrinterImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldPrintDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, java.lang.Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
-