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.TypeRegistryJsonFormat.TypeRegistry.EmptyTypeRegistryHolder. EMPTYprivate JsonFormat.TypeRegistryJsonFormat.Parser. oldRegistryprivate JsonFormat.TypeRegistryJsonFormat.ParserImpl. oldRegistryprivate JsonFormat.TypeRegistryJsonFormat.Printer. oldRegistryprivate JsonFormat.TypeRegistryJsonFormat.PrinterImpl. oldRegistryMethods 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.Constructors in com.google.protobuf.util with parameters of type JsonFormat.TypeRegistry Constructor Description Parser(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, ExtensionRegistry extensionRegistry, boolean ignoreUnknownFields, int recursionLimit, boolean legacyLenient)ParserImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, ExtensionRegistry extensionRegistry, boolean ignoreUnknownFields, int recursionLimit, boolean legacyLenient)Printer(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, ExtensionRegistry extensionRegistry, JsonFormat.ShouldPrintDefaults shouldOutputDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys, boolean printingFullyQualifiedExtensionNames)PrinterImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, ExtensionRegistry extensionRegistry, JsonFormat.ShouldPrintDefaults shouldPrintDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, java.lang.Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys, boolean printingFullyQualifiedExtensionNames)
-