Package | Description |
---|---|
com.fasterxml.jackson.dataformat.smile |
Package that contains implementation of Jackson Streaming API that works
with Smile data format (see Smile format specification),
and can be used with standard Jackson data binding functionality to deal with
Smile encoded data.
|
Modifier and Type | Method and Description |
---|---|
static SmileGenerator.Feature |
SmileGenerator.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmileGenerator.Feature[] |
SmileGenerator.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<SmileGenerator.Feature> |
SmileFactory.getFormatWriteFeatureType() |
Modifier and Type | Method and Description |
---|---|
SmileFactory |
SmileFactory.configure(SmileGenerator.Feature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
SmileGenerator.Feature for list of features) |
SmileGenerator |
SmileGenerator.configure(SmileGenerator.Feature f,
boolean state) |
SmileFactory |
SmileFactory.disable(SmileGenerator.Feature f)
Method for disabling specified generator feature
(check
SmileGenerator.Feature for list of features) |
SmileGenerator |
SmileGenerator.disable(SmileGenerator.Feature f) |
SmileFactory |
SmileFactory.enable(SmileGenerator.Feature f)
Method for enabling specified generator features
(check
SmileGenerator.Feature for list of features) |
SmileGenerator |
SmileGenerator.enable(SmileGenerator.Feature f) |
boolean |
SmileFactory.isEnabled(SmileGenerator.Feature f)
Check whether specified generator feature is enabled.
|
boolean |
SmileGenerator.isEnabled(SmileGenerator.Feature f) |
Copyright © 2021 FasterXML. All rights reserved.