Uses of Class
com.google.protobuf.TypeRegistry
Packages that use TypeRegistry
-
Uses of TypeRegistry in com.google.protobuf
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. -
Uses of TypeRegistry in com.google.protobuf.util
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. -
Uses of TypeRegistry in dev.enola.common.protobuf
Methods in dev.enola.common.protobuf that return TypeRegistryConstructors in dev.enola.common.protobuf with parameters of type TypeRegistryModifierConstructorDescriptionProtoIO
(TypeRegistry typeRegistry) TypeRegistryDescriptorProvider
(TypeRegistry typeRegistry)