Package | Description |
---|---|
com.fasterxml.jackson.dataformat.protobuf |
Modifier and Type | Method and Description |
---|---|
protected ProtobufGenerator |
ProtobufFactory._createGenerator(Writer out,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected ProtobufGenerator |
ProtobufFactory._createUTF8Generator(OutputStream out,
com.fasterxml.jackson.core.io.IOContext ctxt) |
ProtobufGenerator |
ProtobufFactory.createGenerator(OutputStream out)
Method for constructing
JsonGenerator for generating
protobuf-encoded output. |
ProtobufGenerator |
ProtobufFactory.createGenerator(OutputStream out,
com.fasterxml.jackson.core.JsonEncoding enc) |
ProtobufGenerator |
ProtobufGenerator.setPrettyPrinter(com.fasterxml.jackson.core.PrettyPrinter pp) |
ProtobufGenerator |
ProtobufGenerator.useDefaultPrettyPrinter()
Not sure whether to throw an exception or just do no-op; for now,
latter.
|
Copyright © 2016 FasterXML. All rights reserved.