Package | Description |
---|---|
com.fasterxml.jackson.dataformat.cbor |
Modifier and Type | Method and Description |
---|---|
private CBORGenerator |
CBORFactory._createCBORGenerator(com.fasterxml.jackson.core.io.IOContext ctxt,
int stdFeat,
int formatFeat,
com.fasterxml.jackson.core.ObjectCodec codec,
java.io.OutputStream out) |
protected CBORGenerator |
CBORFactory._createGenerator(java.io.Writer out,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected CBORGenerator |
CBORFactory._createUTF8Generator(java.io.OutputStream out,
com.fasterxml.jackson.core.io.IOContext ctxt) |
CBORGenerator |
CBORGenerator.configure(CBORGenerator.Feature f,
boolean state) |
CBORGenerator |
CBORFactory.createGenerator(java.io.OutputStream out)
Method for constructing
JsonGenerator for generating
CBOR-encoded output. |
CBORGenerator |
CBORFactory.createGenerator(java.io.OutputStream out,
com.fasterxml.jackson.core.JsonEncoding enc)
Method for constructing
JsonGenerator for generating
CBOR-encoded output. |
CBORGenerator |
CBORGenerator.disable(CBORGenerator.Feature f) |
CBORGenerator |
CBORGenerator.enable(CBORGenerator.Feature f) |