All Classes
-
All Classes Class Summary Enum Summary Class Description CBORConstants Constants used byCBORGenerator
andCBORParser
CBORFactory Factory used for constructingCBORParser
andCBORGenerator
instances; both of which handle CBOR encoded data.CBORFactoryBuilder TSFBuilder
implementation for constructingCBORFactory
instances.CBORGenerator JsonGenerator
implementation that writes CBOR encoded content.CBORGenerator.Feature Enumeration that defines all togglable features for CBOR generator.CBORMapper SpecializedObjectMapper
to use with CBOR format backend.CBORMapper.Builder Base implementation for "Vanilla"ObjectMapper
, used with CBOR backend.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.CBORParserBootstrapper Simple bootstrapper version used with CBOR format parser.CBORReadContext Replacement ofJsonReadContext
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 forJsonWriteContext
, needed to support alternative numeric field id for Integer-valued Maps that CBOR allows.NonBlockingByteArrayParser NonBlockingParserBase PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.SmileConstants Constants used bySmileGenerator
andSmileParser
SmileFactory Factory used for constructingSmileParser
andSmileGenerator
instances; both of which handle Smile encoded data.SmileFactoryBuilder TSFBuilder
implementation for constructingSmileFactory
instances.SmileGenerator JsonGenerator
implementation for Smile-encoded content (see Smile Format Specification)SmileGenerator.Feature Enumeration that defines all togglable features for Smile generators.SmileGenerator.SharedStringNode Helper class used for keeping track of possibly shareable String references (for field names and/or short String values)SmileMapper SpecializedObjectMapper
to use with CBOR format backend.SmileMapper.Builder Base implementation for "Vanilla"ObjectMapper
, used with Smile backend.SmileParser SmileParser.Feature Enumeration that defines all togglable features for Smile generators.SmileParserBase SmileParserBootstrapper Simple bootstrapper version used with Smile format parser.SmileUtil Class for miscellaneous helper methods.SmileWriteContext Replacement forJsonWriteContext
; while not strictly needed is more streamlined, optimal since there's no need to keep track of separators etc.