Package tools.jackson.dataformat.protobuf.schema
package tools.jackson.dataformat.protobuf.schema
Contains functionality for generating internal Protobuf schema instances
from external protoc resources. This is necessary for encoding and decoding
protobuf content which require schema for operation.
-
ClassDescriptionClass used for loading protobuf descriptors (from .desc files or equivalent sources), to construct FileDescriptorSet.Helper class used for doing efficient lookups of protoc enums given enum name caller provides.Helper class used for cases where
ProtobufFieldinstances need to be looked up by name.Set of distinct types parsed from protoc, as unified considering that Java makes no distinction between signed and unsigned types.Helper class used for wrapping a "raw" protobuf schema (as read by "protoparser" library); and used as input for creating specificProtobufSchemato use for reading/writing protobuf encoded contentAFormatSchemaimplementation for protobuf, bound to specific root-levelProtobufMessage, and useful for reading/writing protobuf content that encodes instance of that message.Class used for loading protobuf definitions (from .proto files or equivalent sources), to construct schema needed for reading or writing content.Stateful class needed to properly resolve type definitions of protobuf message (and related types); some complexity coming from possible nested nature of definitions.Enumeration of wire types that protobuf specification defines