类 DictionaryConverterFactory

  • 所有已实现的接口:
    org.springframework.core.convert.converter.ConverterFactory<String,​IDictionary<?>>

    public class DictionaryConverterFactory
    extends Object
    implements org.springframework.core.convert.converter.ConverterFactory<String,​IDictionary<?>>
    • 构造器详细资料

      • DictionaryConverterFactory

        public 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<?>>