Uses of Class
tools.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
Packages that use ProtobufSchemaLoader
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
-
Uses of ProtobufSchemaLoader in tools.jackson.dataformat.protobuf
Fields in tools.jackson.dataformat.protobuf declared as ProtobufSchemaLoaderMethods in tools.jackson.dataformat.protobuf that return ProtobufSchemaLoaderModifier and TypeMethodDescriptionProtobufMapper.schemaLoader()Accessor for reusableProtobufSchemaLoaderwhich can be used for loading protoc definitions from files and other external sources.Methods in tools.jackson.dataformat.protobuf with parameters of type ProtobufSchemaLoader -
Uses of ProtobufSchemaLoader in tools.jackson.dataformat.protobuf.schema
Fields in tools.jackson.dataformat.protobuf.schema declared as ProtobufSchemaLoaderModifier and TypeFieldDescriptionstatic final ProtobufSchemaLoaderProtobufSchemaLoader.stdStandard loader instance that is usually used for loading protoc schemas.Methods in tools.jackson.dataformat.protobuf.schema with parameters of type ProtobufSchemaLoaderModifier and TypeMethodDescriptionstatic DescriptorLoaderDescriptorLoader.construct(tools.jackson.databind.ObjectMapper mapper, ProtobufSchemaLoader schemaLoader)