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 ProtobufSchemaLoader |
ProtobufMapper._schemaLoader |
Modifier and Type | Method and Description |
---|---|
ProtobufSchemaLoader |
ProtobufMapper.schemaLoader()
Accessor for reusable
ProtobufSchemaLoader which can be
used for loading protoc definitions from files and other external
sources. |
Modifier and Type | Method and Description |
---|---|
void |
ProtobufMapper.setSchemaLoader(ProtobufSchemaLoader l) |
Modifier and Type | Field and Description |
---|---|
static ProtobufSchemaLoader |
ProtobufSchemaLoader.std
Standard loader instance that is usually used for loading protoc
schemas.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorLoader |
DescriptorLoader.construct(com.fasterxml.jackson.databind.ObjectMapper mapper,
ProtobufSchemaLoader schemaLoader) |
Copyright © 2017 FasterXML. All rights reserved.