| Package | Description |
|---|---|
| com.fasterxml.jackson.dataformat.cbor | |
| com.fasterxml.jackson.dataformat.cbor.databind |
| Class and Description |
|---|
| CBORFactory
Factory used for constructing
CBORParser and CBORGenerator
instances; both of which handle
CBOR
encoded data. |
CBORFactoryBuilder
TSFBuilder
implementation for constructing CBORFactory
instances. |
CBORGenerator
JsonGenerator implementation 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.
|
| CBORParser.StringRefList
Type to keep track of a list of string references.
|
| CBORParser.StringRefListStack
Type to keep a stack of string refs based on namespaces within the document.
|
| CBORParser.TagList
Class for keeping track of tags in an optimized manner.
|
| CBORReadContext
Replacement of
JsonReadContext
to support features needed by CBOR format. |
| CBORSimpleValue
Simple value object to be used for exposing undefined "simple values"
when encountered during parsing.
|
| CBORWriteContext
Replacement for
JsonWriteContext, needed to support alternative
numeric field id for Integer-valued Maps that CBOR allows. |
| Class and Description |
|---|
| CBORFactory
Factory used for constructing
CBORParser and CBORGenerator
instances; both of which handle
CBOR
encoded data. |
| CBORGenerator.Feature
Enumeration that defines all togglable features for CBOR generator.
|
| CBORParser.Feature
Enumeration that defines all togglable features for CBOR generators.
|
Copyright © 2026 FasterXML. All rights reserved.