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.Specialized
ObjectMapper to 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 via
CBORMapper.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 of
TokenStreamContext
to 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 for
JsonWriteContext, 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.
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)Helper class used for keeping track of possibly shareable String
references (for property names and/or short String values)
Specialized
ObjectMapper to use with Smile format backend.Base implementation for "Vanilla"
ObjectMapper, used with
Smile backend.Helper class to contain dynamically constructed "shared" instance of
mapper, should one be needed via
SmileMapper.shared().Simple bootstrapper version used with Smile format parser.
Enumeration that defines all togglable features for Smile parsers.
Class for miscellaneous helper methods.
Enumeration that defines all togglable features for Smile generators.