@Component public class DictionaryOptionalConvertBuilderStrategy extends Object implements OptionalConvertBuilderStrategy
| 构造器和说明 |
|---|
DictionaryOptionalConvertBuilderStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.hswebframework.ezorm.core.OptionConverter |
build(DictConfig dictConfig)
根据配置创建选项转换器
|
org.hswebframework.ezorm.core.ValueConverter |
buildValueConverter(DictConfig dictConfig) |
boolean |
support(String type) |
public boolean support(String type)
support 在接口中 OptionalConvertBuilderStrategytype - 类型是否支持public org.hswebframework.ezorm.core.OptionConverter build(DictConfig dictConfig)
OptionalConvertBuilderStrategybuild 在接口中 OptionalConvertBuilderStrategydictConfig - 配置内容public org.hswebframework.ezorm.core.ValueConverter buildValueConverter(DictConfig dictConfig)
Copyright © 2016–2019. All rights reserved.