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