public class JacksonRenderFactory extends JacksonRenderFactoryBase
serializer| Constructor and Description |
|---|
JacksonRenderFactory(JsonProps jsonProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
添加特性
|
protected void |
applyProps(JsonProps jsonProps) |
org.noear.solon.core.handle.Render |
create()
创建
|
String[] |
mappings()
后缀或名字映射
|
void |
removeFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
移除特性
|
void |
setFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
重新设置特性
|
addConvertor, addEncoder, config, getSerializerpublic JacksonRenderFactory(JsonProps jsonProps)
public String[] mappings()
public org.noear.solon.core.handle.Render create()
public void setFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
public void addFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
public void removeFeatures(com.fasterxml.jackson.databind.SerializationFeature... features)
protected void applyProps(JsonProps jsonProps)
Copyright © 2025. All rights reserved.