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 CBORGeneratorCBORFactory. _createCBORGenerator(com.fasterxml.jackson.core.io.IOContext ctxt, int stdFeat, int formatFeat, com.fasterxml.jackson.core.ObjectCodec codec, java.io.OutputStream out)protected CBORGeneratorCBORFactory. _createGenerator(java.io.Writer out, com.fasterxml.jackson.core.io.IOContext ctxt)protected CBORGeneratorCBORFactory. _createUTF8Generator(java.io.OutputStream out, com.fasterxml.jackson.core.io.IOContext ctxt)CBORGeneratorCBORGenerator. configure(CBORGenerator.Feature f, boolean state)CBORGeneratorCBORFactory. createGenerator(java.io.OutputStream out)Method for constructingJsonGeneratorfor generating CBOR-encoded output.CBORGeneratorCBORFactory. createGenerator(java.io.OutputStream out, com.fasterxml.jackson.core.JsonEncoding enc)Method for constructingJsonGeneratorfor generating CBOR-encoded output.CBORGeneratorCBORGenerator. disable(CBORGenerator.Feature f)CBORGeneratorCBORGenerator. enable(CBORGenerator.Feature f)
-