| Package | Description |
|---|---|
| com.fasterxml.jackson.dataformat.protobuf |
| Modifier and Type | Method and Description |
|---|---|
protected ProtobufParser |
ProtobufFactory._createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected ProtobufParser |
ProtobufFactory._createParser(InputStream in,
com.fasterxml.jackson.core.io.IOContext ctxt) |
ProtobufParser |
ProtobufFactory.createParser(byte[] data) |
ProtobufParser |
ProtobufFactory.createParser(byte[] data,
int offset,
int len) |
ProtobufParser |
ProtobufFactory.createParser(File f) |
ProtobufParser |
ProtobufFactory.createParser(InputStream in) |
ProtobufParser |
ProtobufFactory.createParser(URL url)
Deprecated.
|
Copyright © 2025 FasterXML. All rights reserved.