Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORGenerator
Packages that use CBORGenerator
-
Uses of CBORGenerator in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORGeneratorModifier and TypeMethodDescriptionprivate final CBORGenerator
CBORFactory._createCBORGenerator
(com.fasterxml.jackson.core.io.IOContext ctxt, int stdFeat, int formatFeat, com.fasterxml.jackson.core.ObjectCodec codec, OutputStream out) protected CBORGenerator
CBORFactory._createGenerator
(Writer out, com.fasterxml.jackson.core.io.IOContext ctxt) protected CBORGenerator
CBORFactory._createUTF8Generator
(OutputStream out, com.fasterxml.jackson.core.io.IOContext ctxt) CBORGenerator.configure
(CBORGenerator.Feature f, boolean state) CBORFactory.createGenerator
(OutputStream out) Method for constructingJsonGenerator
for generating CBOR-encoded output.CBORFactory.createGenerator
(OutputStream out, com.fasterxml.jackson.core.JsonEncoding enc) Method for constructingJsonGenerator
for generating CBOR-encoded output.CBORGenerator.disable
(CBORGenerator.Feature f) CBORGenerator.enable
(CBORGenerator.Feature f)