Uses of Package
tools.jackson.dataformat.protobuf.schema
Packages that use tools.jackson.dataformat.protobuf.schema
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
Contains functionality for generating Protobuf schema instances
from POJO definitions, instead of reading external protoc definitions.
-
Classes in tools.jackson.dataformat.protobuf.schema used by tools.jackson.dataformat.protobufClassDescriptionClass used for loading protobuf descriptors (from .desc files or equivalent sources), to construct FileDescriptorSet.A
FormatSchemaimplementation 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. -
Classes in tools.jackson.dataformat.protobuf.schema used by tools.jackson.dataformat.protobuf.schemaClassDescriptionClass 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. -
Classes in tools.jackson.dataformat.protobuf.schema used by tools.jackson.dataformat.protobuf.schemagenClassDescriptionA
FormatSchemaimplementation for protobuf, bound to specific root-levelProtobufMessage, and useful for reading/writing protobuf content that encodes instance of that message.