A - 数组自身类型E - 数组项类型public class GenericClassArrayConvertor<A,E> extends ArrayConvertor<A,cn.featherfly.common.lang.reflect.GenericClass<A>,E,cn.featherfly.common.lang.reflect.GenericClass<E>>
数组转换器
logger| 构造器和说明 |
|---|
GenericClassArrayConvertor(Convertor<E> convertor) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected cn.featherfly.common.lang.reflect.GenericClass<E> |
getArrayItemGenericType(cn.featherfly.common.lang.reflect.GenericClass<A> genericType)
获取数组元素GenericType
|
protected boolean |
supportFor(cn.featherfly.common.lang.GenericType<A> generecType)
是否提供对传入类型的支持
|
doToObject, doToString, getConvertorgetGenricType, getType, toObject, toStringprotected boolean supportFor(cn.featherfly.common.lang.GenericType<A> generecType)
是否提供对传入类型的支持
supportFor 在类中 AbstractBasicConvertor<A,cn.featherfly.common.lang.reflect.GenericClass<A>>generecType - generecTypeprotected cn.featherfly.common.lang.reflect.GenericClass<E> getArrayItemGenericType(cn.featherfly.common.lang.reflect.GenericClass<A> genericType)
获取数组元素GenericType
getArrayItemGenericType 在类中 ArrayConvertor<A,cn.featherfly.common.lang.reflect.GenericClass<A>,E,cn.featherfly.common.lang.reflect.GenericClass<E>>genericType - genericType