Class StringListTypeHandler

java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<List<String>>
cn.longky.common.handler.StringListTypeHandler
All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<List<String>>

public class StringListTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<List<String>>
StringList类型转换
Since:
1.0
Author:
yingzhan