Uses of Class
tools.jackson.dataformat.protobuf.ProtobufMapper
Packages that use ProtobufMapper
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
-
Uses of ProtobufMapper in tools.jackson.dataformat.protobuf
Methods in tools.jackson.dataformat.protobuf that return ProtobufMapperModifier and TypeMethodDescriptionProtobufMapper.Builder.build()static ProtobufMapperProtobufMapper.shared()Accessor method for getting globally shared "default"ProtobufMapperinstance: one that has default configuration, no modules registered, no config overrides. -
Uses of ProtobufMapper in tools.jackson.dataformat.protobuf.schema
Methods in tools.jackson.dataformat.protobuf.schema with parameters of type ProtobufMapperModifier and TypeMethodDescriptionstatic DescriptorLoaderDescriptorLoader.construct(ProtobufMapper mapper)