Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORFactory
Packages that use CBORFactory
Package
Description
-
Uses of CBORFactory in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORFactoryModifier and TypeMethodDescriptionCBORFactoryBuilder.build()final CBORFactoryCBORFactory.configure(CBORGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkCBORGenerator.Featurefor list of features)final CBORFactoryCBORFactory.configure(CBORParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkCBORParser.Featurefor list of features)CBORFactory.copy()CBORFactory.disable(CBORGenerator.Feature f) Method for disabling specified generator feature (checkCBORGenerator.Featurefor list of features)CBORFactory.disable(CBORParser.Feature f) Method for disabling specified parser features (checkCBORParser.Featurefor list of features)CBORFactory.enable(CBORGenerator.Feature f) Method for enabling specified generator features (checkCBORGenerator.Featurefor list of features)CBORFactory.enable(CBORParser.Feature f) Method for enabling specified parser feature (checkCBORParser.Featurefor list of features)Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORFactoryModifierConstructorDescriptionCBORFactory(CBORFactory src, com.fasterxml.jackson.core.ObjectCodec oc) Note: REQUIRES at least 2.2.1 -- unfortunate intra-patch dep but seems preferable to just leaving bug be as is -
Uses of CBORFactory in com.fasterxml.jackson.dataformat.cbor.databind
Fields in com.fasterxml.jackson.dataformat.cbor.databind declared as CBORFactoryMethods in com.fasterxml.jackson.dataformat.cbor.databind that return CBORFactoryMethods in com.fasterxml.jackson.dataformat.cbor.databind with parameters of type CBORFactoryModifier and TypeMethodDescriptionstatic CBORMapper.BuilderCBORMapper.builder(CBORFactory streamFactory) Constructors in com.fasterxml.jackson.dataformat.cbor.databind with parameters of type CBORFactory