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() |
Copyright © 2020 FasterXML. All rights reserved.