public class Fastjson2RenderFactory extends Fastjson2RenderFactoryBase
serializer| 构造器和说明 |
|---|
Fastjson2RenderFactory(JsonProps jsonProps) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
添加特性
|
protected void |
applyProps(JsonProps jsonProps) |
Render |
create()
创建
|
java.lang.String[] |
mappings()
后缀或名字映射
|
void |
removeFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
移除特性
|
void |
setFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
重新设置特性
|
addConvertor, addEncoder, config, getSerializerpublic Fastjson2RenderFactory(JsonProps jsonProps)
public java.lang.String[] mappings()
public Render create()
public void setFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
public void addFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
public void removeFeatures(com.alibaba.fastjson2.JSONWriter.Feature... features)
protected void applyProps(JsonProps jsonProps)