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