Package | Description |
---|---|
com.fasterxml.jackson.dataformat.protobuf | |
com.fasterxml.jackson.dataformat.protobuf.schema |
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
|
Modifier and Type | Field and Description |
---|---|
protected DescriptorLoader |
ProtobufMapper._descriptorLoader
Lazily constructed instance of
DescriptorLoader , used for loading
structured protoc definitions from multiple files. |
Modifier and Type | Method and Description |
---|---|
DescriptorLoader |
ProtobufMapper.descriptorLoader()
Accessors that may be used instead of convenience
loadDescriptorSet
methods, if alternate sources need to be used. |
Modifier and Type | Method and Description |
---|---|
static DescriptorLoader |
DescriptorLoader.construct(com.fasterxml.jackson.databind.ObjectMapper mapper,
ProtobufSchemaLoader schemaLoader) |
static DescriptorLoader |
DescriptorLoader.construct(ProtobufMapper mapper) |
Copyright © 2017 FasterXML. All rights reserved.