Package | Description |
---|---|
com.fasterxml.jackson.dataformat.cbor |
Modifier and Type | Method and Description |
---|---|
static CBORGenerator.Feature |
CBORGenerator.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CBORGenerator.Feature[] |
CBORGenerator.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Class<CBORGenerator.Feature> |
CBORFactory.getFormatWriteFeatureType() |
Modifier and Type | Method and Description |
---|---|
CBORGenerator |
CBORGenerator.configure(CBORGenerator.Feature f,
boolean state) |
CBORFactory |
CBORFactory.configure(CBORGenerator.Feature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
CBORGenerator.Feature for list of features) |
CBORGenerator |
CBORGenerator.disable(CBORGenerator.Feature f) |
CBORFactory |
CBORFactory.disable(CBORGenerator.Feature f)
Method for disabling specified generator feature
(check
CBORGenerator.Feature for list of features) |
CBORGenerator |
CBORGenerator.enable(CBORGenerator.Feature f) |
CBORFactory |
CBORFactory.enable(CBORGenerator.Feature f)
Method for enabling specified generator features
(check
CBORGenerator.Feature for list of features) |
boolean |
CBORGenerator.isEnabled(CBORGenerator.Feature f) |
boolean |
CBORFactory.isEnabled(CBORGenerator.Feature f)
Check whether specified generator feature is enabled.
|
Copyright © 2018 FasterXML. All rights reserved.