Uses of Class
com.google.protobuf.TypeRegistry
Packages that use TypeRegistry
-
Uses of TypeRegistry in com.google.protobuf
Fields in com.google.protobuf declared as TypeRegistryModifier and TypeFieldDescriptionprivate static final TypeRegistry
TypeRegistry.EmptyTypeRegistryHolder.EMPTY
private TypeRegistry
TextFormat.Parser.Builder.typeRegistry
private final TypeRegistry
TextFormat.Parser.typeRegistry
private final TypeRegistry
TextFormat.Printer.typeRegistry
Methods in com.google.protobuf that return TypeRegistryModifier and TypeMethodDescriptionTypeRegistry.Builder.build()
Builds aTypeRegistry
.static TypeRegistry
TypeRegistry.getEmptyTypeRegistry()
Methods in com.google.protobuf with parameters of type TypeRegistryModifier and TypeMethodDescriptionTextFormat.Parser.Builder.setTypeRegistry
(TypeRegistry typeRegistry) Sets the TypeRegistry for resolving Any.TextFormat.Printer.usingTypeRegistry
(TypeRegistry typeRegistry) Creates a newTextFormat.Printer
using the given typeRegistry.Constructors in com.google.protobuf with parameters of type TypeRegistryModifierConstructorDescriptionprivate
Parser
(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit) private
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 TypeRegistryModifier and TypeFieldDescriptionprivate final TypeRegistry
JsonFormat.Parser.registry
private final TypeRegistry
JsonFormat.ParserImpl.registry
private final TypeRegistry
JsonFormat.Printer.registry
private final TypeRegistry
JsonFormat.PrinterImpl.registry
Methods in com.google.protobuf.util with parameters of type TypeRegistryModifier and TypeMethodDescriptionJsonFormat.Parser.usingTypeRegistry
(TypeRegistry registry) Creates a newJsonFormat.Parser
using the given registry.JsonFormat.Printer.usingTypeRegistry
(TypeRegistry registry) Creates a newJsonFormat.Printer
using the given registry.Constructors in com.google.protobuf.util with parameters of type TypeRegistryModifierConstructorDescriptionprivate
Parser
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit) (package private)
ParserImpl
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit) private
Printer
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldOutputDefaults, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys) (package private)
PrinterImpl
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldPrintDefaults, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)