Uses of Class
com.google.protobuf.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, boolean useShortRepeatedPrimitives, TypeRegistry typeRegistry, ExtensionRegistryLite extensionRegistry, boolean enablingSafeDebugFormat, boolean singleLine)