All Classes and Interfaces
Class
Description
Constants used by
CBORGenerator and CBORParserFactory used for constructing
CBORParser and CBORGenerator
instances; both of which handle
CBOR
encoded data.TSFBuilder
implementation for constructing CBORFactory
instances.JsonGenerator implementation that writes CBOR encoded content.Enumeration that defines all togglable features for CBOR generator.
Specialized
ObjectMapper to use with CBOR format backend.Base implementation for "Vanilla"
ObjectMapper, used with
CBOR backend.Enumeration that defines all togglable features for CBOR generators.
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.
Replacement of
JsonReadContext
to support features needed by CBOR format.Simple value object to be used for exposing undefined "simple values"
when encountered during parsing.
Replacement for
JsonWriteContext, needed to support alternative
numeric field id for Integer-valued Maps that CBOR allows.Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Constants used by
SmileGenerator and SmileParserFactory used for constructing
SmileParser and SmileGenerator
instances; both of which handle
Smile encoded data.TSFBuilder
implementation for constructing SmileFactory
instances.JsonGenerator implementation for Smile-encoded content
(see Smile Format Specification)Enumeration that defines all togglable features for Smile generators.
Helper class used for keeping track of possibly shareable String
references (for field names and/or short String values)
Specialized
ObjectMapper to use with CBOR format backend.Base implementation for "Vanilla"
ObjectMapper, used with
Smile backend.Enumeration that defines all togglable features for Smile generators.
Simple bootstrapper version used with Smile format parser.
Class for miscellaneous helper methods.
Replacement for
JsonWriteContext; while not strictly
needed is more streamlined, optimal since there's no need to
keep track of separators etc.