public class Fastjson2Decl<C,F>
extends java.lang.Object
| 构造器和说明 |
|---|
Fastjson2Decl(C context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFeatures(F... features)
添加特性
|
C |
getContext()
获取配置
|
void |
removeFeatures(F... features)
移除特性
|
void |
setContext(C context)
重置配置
|
void |
setFeatures(F... features)
设置特性
|
public Fastjson2Decl(C context)