Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Packages that use CBORGenerator Package Description com.fasterxml.jackson.dataformat.cbor -
-
Uses of CBORGenerator in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORGenerator Modifier and Type Method 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 constructingJsonGenerator
for generating CBOR-encoded output.CBORGenerator
CBORFactory. createGenerator(java.io.OutputStream out, com.fasterxml.jackson.core.JsonEncoding enc)
Method for constructingJsonGenerator
for generating CBOR-encoded output.CBORGenerator
CBORGenerator. disable(CBORGenerator.Feature f)
CBORGenerator
CBORGenerator. enable(CBORGenerator.Feature f)
-