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 TypeRegistry
TypeRegistry.EmptyTypeRegistryHolder. EMPTY
private TypeRegistry
TextFormat.Parser.Builder. typeRegistry
private TypeRegistry
TextFormat.Parser. typeRegistry
private TypeRegistry
TextFormat.Printer. typeRegistry
Methods in com.google.protobuf that return TypeRegistry Modifier and Type Method Description TypeRegistry
TypeRegistry.Builder. build()
Builds aTypeRegistry
.static TypeRegistry
TypeRegistry. getEmptyTypeRegistry()
Methods in com.google.protobuf with parameters of type TypeRegistry Modifier and Type Method Description TextFormat.Parser.Builder
TextFormat.Parser.Builder. setTypeRegistry(TypeRegistry typeRegistry)
Sets the TypeRegistry for resolving Any.TextFormat.Printer
TextFormat.Printer. usingTypeRegistry(TypeRegistry typeRegistry)
Creates a newTextFormat.Printer
using 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)
Printer(boolean escapeNonAscii, TypeRegistry typeRegistry)
-
Uses of TypeRegistry in com.google.protobuf.util
Fields in com.google.protobuf.util declared as TypeRegistry Modifier and Type Field Description private TypeRegistry
JsonFormat.Parser. registry
private TypeRegistry
JsonFormat.ParserImpl. registry
private TypeRegistry
JsonFormat.Printer. registry
private TypeRegistry
JsonFormat.PrinterImpl. registry
Methods in com.google.protobuf.util with parameters of type TypeRegistry Modifier and Type Method Description JsonFormat.Parser
JsonFormat.Parser. usingTypeRegistry(TypeRegistry registry)
Creates a newJsonFormat.Parser
using the given registry.JsonFormat.Printer
JsonFormat.Printer. usingTypeRegistry(TypeRegistry registry)
Creates a newJsonFormat.Printer
using 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, boolean alwaysOutputDefaultValueFields, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
PrinterImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean alwaysOutputDefaultValueFields, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, java.lang.Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
-