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