Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Packages that use CBORFactory Package Description com.fasterxml.jackson.dataformat.cbor com.fasterxml.jackson.dataformat.cbor.databind -
-
Uses of CBORFactory in com.fasterxml.jackson.dataformat.cbor
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORFactory Modifier and Type Method Description CBORFactory
CBORFactoryBuilder. build()
CBORFactory
CBORFactory. configure(CBORGenerator.Feature f, boolean state)
Method for enabling or disabling specified generator feature (checkCBORGenerator.Feature
for list of features)CBORFactory
CBORFactory. configure(CBORParser.Feature f, boolean state)
Method for enabling or disabling specified parser feature (checkCBORParser.Feature
for list of features)CBORFactory
CBORFactory. copy()
CBORFactory
CBORFactory. disable(CBORGenerator.Feature f)
Method for disabling specified generator feature (checkCBORGenerator.Feature
for list of features)CBORFactory
CBORFactory. disable(CBORParser.Feature f)
Method for disabling specified parser features (checkCBORParser.Feature
for list of features)CBORFactory
CBORFactory. enable(CBORGenerator.Feature f)
Method for enabling specified generator features (checkCBORGenerator.Feature
for list of features)CBORFactory
CBORFactory. enable(CBORParser.Feature f)
Method for enabling specified parser feature (checkCBORParser.Feature
for list of features)Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORFactory Constructor Description CBORFactory(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 isCBORFactoryBuilder(CBORFactory base)
-
Uses of CBORFactory in com.fasterxml.jackson.dataformat.cbor.databind
Fields in com.fasterxml.jackson.dataformat.cbor.databind declared as CBORFactory Modifier and Type Field Description protected CBORFactory
CBORMapper.Builder. _streamFactory
Methods in com.fasterxml.jackson.dataformat.cbor.databind that return CBORFactory Modifier and Type Method Description CBORFactory
CBORMapper. getFactory()
Methods in com.fasterxml.jackson.dataformat.cbor.databind with parameters of type CBORFactory Modifier and Type Method Description static CBORMapper.Builder
CBORMapper. builder(CBORFactory streamFactory)
Constructors in com.fasterxml.jackson.dataformat.cbor.databind with parameters of type CBORFactory Constructor Description CBORMapper(CBORFactory f)
-