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 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, TypeRegistry typeRegistry) -
Uses of TypeRegistry in com.google.protobuf.util
Fields in com.google.protobuf.util declared as TypeRegistryModifier and TypeFieldDescriptionprivate final TypeRegistryJsonFormat.Parser.registryprivate final TypeRegistryJsonFormat.ParserImpl.registryprivate final TypeRegistryJsonFormat.Printer.registryprivate final TypeRegistryJsonFormat.PrinterImpl.registryMethods in com.google.protobuf.util with parameters of type TypeRegistryModifier and TypeMethodDescriptionJsonFormat.Parser.usingTypeRegistry(TypeRegistry registry) Creates a newJsonFormat.Parserusing the given registry.JsonFormat.Printer.usingTypeRegistry(TypeRegistry registry) Creates a newJsonFormat.Printerusing the given registry.Constructors in com.google.protobuf.util with parameters of type TypeRegistryModifierConstructorDescriptionprivateParser(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit) (package private)ParserImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean ignoreUnknownFields, int recursionLimit) privatePrinter(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean alwaysOutputDefaultValueFields, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys) (package private)PrinterImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, boolean alwaysOutputDefaultValueFields, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)