Modifier and Type | Method and Description |
---|---|
CBORFactory |
CBORFactory.configure(CBORGenerator.Feature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
CBORGenerator.Feature for list of features) |
CBORFactory |
CBORFactory.configure(CBORParser.Feature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
CBORParser.Feature for list of features) |
CBORFactory |
CBORFactory.copy() |
CBORFactory |
CBORFactory.disable(CBORGenerator.Feature f)
Method for disabling specified generator feature
(check
CBORGenerator.Feature for list of features) |
CBORFactory |
CBORFactory.disable(CBORParser.Feature f)
Method for disabling specified parser features
(check
CBORParser.Feature for list of features) |
CBORFactory |
CBORFactory.enable(CBORGenerator.Feature f)
Method for enabling specified generator features
(check
CBORGenerator.Feature for list of features) |
CBORFactory |
CBORFactory.enable(CBORParser.Feature f)
Method for enabling specified parser feature
(check
CBORParser.Feature for list of features) |
Constructor and 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 is
|
Copyright © 2017. All rights reserved.