com.agapple.mapping.process.convertor
接口 CollectionConvertor

所有超级接口:
Convertor
所有已知实现类:
AbastactConvertor, CollectionAndCollectionConvertor.ArrayToArray, CollectionAndCollectionConvertor.ArrayToCollection, CollectionAndCollectionConvertor.BaseCollectionConvertor, CollectionAndCollectionConvertor.CollectionToArray, CollectionAndCollectionConvertor.CollectionToCollection, CommonAndCommonConvertor.CommonToCommon, SqlDateAndDateConvertor.DateToSqlDateConvertor, SqlDateAndDateConvertor.SqlDateToDateConvertor, StringAndCommonConvertor.StringToCommon, StringAndDateConvertor.CalendarDayToString, StringAndDateConvertor.CalendarTimeToString, StringAndDateConvertor.DateDayToString, StringAndDateConvertor.DateTimeToString, StringAndDateConvertor.StringToCalendarDay, StringAndDateConvertor.StringToCalendarTime, StringAndDateConvertor.StringToDateDay, StringAndDateConvertor.StringToDateTime, StringAndEnumConvertor.EnumToString, StringAndEnumConvertor.StringToEnum, StringAndObjectConvertor.ObjectToString

public interface CollectionConvertor
extends Convertor

自定义的collection convertor接口, 外部可不关注该接口

作者:
jianghang 2012-4-5 下午05:18:31

方法摘要
 Object convertCollection(BeanMappingField context, Object src, Class destClass, Class... componentClasses)
          支持多级collection映射,需指定多级的componentClass
 
从接口 com.agapple.mapping.process.convertor.Convertor 继承的方法
convert, convertCollection
 

方法详细信息

convertCollection

Object convertCollection(BeanMappingField context,
                         Object src,
                         Class destClass,
                         Class... componentClasses)
支持多级collection映射,需指定多级的componentClass



Copyright © 2012. All Rights Reserved.