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
Fields in com.google.protobuf declared as TypeRegistry Modifier and Type Field Description private static TypeRegistryTypeRegistry.EmptyTypeRegistryHolder. EMPTYprivate TypeRegistryTextFormat.Parser.Builder. typeRegistryprivate TypeRegistryTextFormat.Parser. typeRegistryprivate TypeRegistryTextFormat.Printer. typeRegistryMethods 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.Constructors in com.google.protobuf with parameters of type TypeRegistry Constructor Description Parser(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit)Printer(boolean escapeNonAscii, TypeRegistry typeRegistry, ExtensionRegistryLite extensionRegistry, boolean enablingSafeDebugFormat, boolean singleLine) -
Uses of TypeRegistry in com.google.protobuf.util
Fields in com.google.protobuf.util declared as TypeRegistry Modifier and Type Field Description private TypeRegistryJsonFormat.Parser. registryprivate TypeRegistryJsonFormat.ParserImpl. registryprivate TypeRegistryJsonFormat.Printer. registryprivate TypeRegistryJsonFormat.PrinterImpl. registryMethods 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.Constructors in com.google.protobuf.util with parameters of type 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)
-