Package tools.jackson.dataformat.cbor
package tools.jackson.dataformat.cbor
-
ClassDescriptionConstants used by
CBORGeneratorandCBORParserFactory used for constructingCBORParserandCBORGeneratorinstances; both of which handle CBOR encoded data.TSFBuilderimplementation for constructingCBORFactoryinstances.JsonGeneratorimplementation that writes CBOR encoded content.SpecializedObjectMapperto use with CBOR format backend.Base implementation for "Vanilla"ObjectMapper, used with CBOR backend.Helper class to contain dynamically constructed "shared" instance of mapper, should one be needed viaCBORMapper.shared().Type to keep track of a list of string references.Type to keep a stack of string refs based on namespaces within the document.Class for keeping track of tags in an optimized manner.Simple bootstrapper version used with CBOR format parser.Extension ofTokenStreamContextto support features needed by CBOR format (mainly limits of expected entries to output).Enumeration that defines all togglable features for CBOR parser.Simple value object to be used for exposing undefined "simple values" when encountered during parsing.Replacement forJsonWriteContext, needed to support alternative numeric field id for Integer-valued Maps that CBOR allows.Enumeration that defines all togglable features for CBOR generator.Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.