程序包 | 说明 |
---|---|
org.codehaus.jackson.smile |
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
|
限定符和类型 | 方法和说明 |
---|---|
static SmileParser.Feature |
SmileParser.Feature.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SmileParser.Feature[] |
SmileParser.Feature.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
SmileFactory |
SmileFactory.configure(SmileParser.Feature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
SmileParser.Feature for list of features) |
SmileFactory |
SmileFactory.disable(SmileParser.Feature f)
Method for disabling specified parser features
(check
SmileParser.Feature for list of features) |
SmileFactory |
SmileFactory.enable(SmileParser.Feature f)
Method for enabling specified parser feature
(check
SmileParser.Feature for list of features) |
boolean |
SmileFactory.isEnabled(SmileParser.Feature f)
Checked whether specified parser feature is enabled.
|