Uses of Package
com.fasterxml.jackson.dataformat.cbor
-
Packages that use com.fasterxml.jackson.dataformat.cbor Package Description com.fasterxml.jackson.dataformat.cbor com.fasterxml.jackson.dataformat.cbor.databind -
Classes in com.fasterxml.jackson.dataformat.cbor used by com.fasterxml.jackson.dataformat.cbor Class Description CBORFactory Factory used for constructingCBORParserandCBORGeneratorinstances; both of which handle CBOR encoded data.CBORFactoryBuilder TSFBuilderimplementation for constructingCBORFactoryinstances.CBORGenerator JsonGeneratorimplementation that writes CBOR encoded content.CBORGenerator.Feature Enumeration that defines all togglable features for CBOR generator.CBORParser CBORParser.Feature Enumeration that defines all togglable features for CBOR generators.CBORReadContext Replacement ofJsonReadContextto support features needed by CBOR format.CBORWriteContext Replacement forJsonWriteContext, needed to support alternative numeric field id for Integer-valued Maps that CBOR allows. -
Classes in com.fasterxml.jackson.dataformat.cbor used by com.fasterxml.jackson.dataformat.cbor.databind Class Description CBORFactory Factory used for constructingCBORParserandCBORGeneratorinstances; both of which handle CBOR encoded data.