类 DictionaryConverterFactory
- java.lang.Object
-
- cn.cns.web.servlet.convert.DictionaryConverterFactory
-
- 所有已实现的接口:
org.springframework.core.convert.converter.ConverterFactory<String,IDictionary<?>>
public class DictionaryConverterFactory extends Object implements org.springframework.core.convert.converter.ConverterFactory<String,IDictionary<?>>
-
-
构造器概要
构造器 构造器 说明 DictionaryConverterFactory()
-
-
-
方法详细资料
-
getConverter
public <T extends IDictionary<?>> org.springframework.core.convert.converter.Converter<String,T> getConverter(Class<T> targetType)
- 指定者:
getConverter在接口中org.springframework.core.convert.converter.ConverterFactory<String,IDictionary<?>>
-
-