org.kuali.student.common.conversion.util
Class R1R2ConverterUtil
java.lang.Object
org.kuali.student.common.conversion.util.R1R2ConverterUtil
public class R1R2ConverterUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
R1R2ConverterUtil
public R1R2ConverterUtil()
convert
public static <T,X> X convert(T source,
Class<X> target)
convert
public static <T,X> X convert(T source,
X target)
convertLists
public static <T,X> List<X> convertLists(List<T> sourceList,
Class<X> targetListType)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.