Package com.fasterxml.jackson.dataformat.cbor
-
Class Summary Class Description CBORConstants Constants used byCBORGenerator
andCBORParser
CBORFactory Factory used for constructingCBORParser
andCBORGenerator
instances; both of which handle CBOR encoded data.CBORGenerator JsonGenerator
implementation that writes CBOR encoded content.CBORParser CBORParserBootstrapper Simple bootstrapper version used with CBOR format parser.CBORReadContext Replacement ofJsonReadContext
to support features needed by CBOR format.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml. -
Enum Summary Enum Description CBORGenerator.Feature Enumeration that defines all togglable features for CBOR generator.CBORParser.Feature Enumeration that defines all togglable features for CBOR generators.