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 TypeRegistryTypeRegistry.EmptyTypeRegistryHolder.EMPTYprivate TypeRegistryTextFormat.Parser.Builder.typeRegistryprivate final TypeRegistryTextFormat.Parser.typeRegistryprivate final TypeRegistryTextFormat.Printer.typeRegistryMethods in com.google.protobuf that return TypeRegistryModifier and TypeMethodDescriptionTypeRegistry.Builder.build()Builds aTypeRegistry.static TypeRegistryTypeRegistry.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.Printerusing the given typeRegistry.Constructors in com.google.protobuf with parameters of type TypeRegistryModifierConstructorDescriptionprivateParser(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit) privatePrinter(boolean escapeNonAscii, boolean useShortRepeatedPrimitives, TypeRegistry typeRegistry, ExtensionRegistryLite extensionRegistry, boolean enablingSafeDebugFormat, boolean singleLine)