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 | Method and Description |
---|---|
FileDescriptorSet |
ProtobufMapper.loadDescriptorSet(File src) |
FileDescriptorSet |
ProtobufMapper.loadDescriptorSet(InputStream src) |
FileDescriptorSet |
ProtobufMapper.loadDescriptorSet(URL src) |
Modifier and Type | Method and Description |
---|---|
FileDescriptorSet |
DescriptorLoader.load(File src) |
FileDescriptorSet |
DescriptorLoader.load(InputStream in)
Note: passed
InputStream will be closed by this method. |
FileDescriptorSet |
DescriptorLoader.load(Reader r)
Note: passed
Reader will be closed by this method. |
FileDescriptorSet |
DescriptorLoader.load(URL src) |
Copyright © 2022 FasterXML. All rights reserved.