Class | Description |
---|---|
CBORConstants |
Constants used by
CBORGenerator and CBORParser |
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. |
CBORParser | |
CBORParserBootstrapper |
Simple bootstrapper version used with CBOR format parser.
|
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. |
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Enum | Description |
---|---|
CBORGenerator.Feature |
Enumeration that defines all togglable features for CBOR generator.
|
CBORParser.Feature |
Enumeration that defines all togglable features for CBOR generators.
|
Copyright © 2021 FasterXML. All rights reserved.