| 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. | 
| com.fasterxml.jackson.dataformat.smile.databind | 
| Modifier and Type | Method and Description | 
|---|---|
| SmileFactory | SmileFactoryBuilder. build() | 
| SmileFactory | SmileFactory. configure(SmileGenerator.Feature f,
         boolean state)Method for enabling or disabling specified generator feature
 (check  SmileGenerator.Featurefor list of features) | 
| SmileFactory | SmileFactory. configure(SmileParser.Feature f,
         boolean state)Method for enabling or disabling specified parser feature
 (check  SmileParser.Featurefor list of features) | 
| SmileFactory | SmileFactory. copy() | 
| SmileFactory | SmileFactory. disable(SmileGenerator.Feature f)Method for disabling specified generator feature
 (check  SmileGenerator.Featurefor list of features) | 
| SmileFactory | SmileFactory. disable(SmileParser.Feature f)Method for disabling specified parser features
 (check  SmileParser.Featurefor list of features) | 
| SmileFactory | SmileFactory. enable(SmileGenerator.Feature f)Method for enabling specified generator features
 (check  SmileGenerator.Featurefor list of features) | 
| SmileFactory | SmileFactory. enable(SmileParser.Feature f)Method for enabling specified parser feature
 (check  SmileParser.Featurefor list of features) | 
| Constructor and Description | 
|---|
| SmileFactory(SmileFactory src,
            com.fasterxml.jackson.core.ObjectCodec oc)Note: REQUIRES 2.2.1 -- unfortunate intra-patch dep but seems
 preferable to just leaving bug be as is | 
| SmileFactoryBuilder(SmileFactory base) | 
| Modifier and Type | Method and Description | 
|---|---|
| SmileFactory | SmileMapper. getFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| static SmileMapper.Builder | SmileMapper. builder(SmileFactory streamFactory) | 
| Constructor and Description | 
|---|
| SmileMapper(SmileFactory f) | 
Copyright © 2019 FasterXML. All rights reserved.