org.kuali.student.common.conversion.util
Class R1R2ConverterUtil

java.lang.Object
  extended by org.kuali.student.common.conversion.util.R1R2ConverterUtil

public class R1R2ConverterUtil
extends Object


Constructor Summary
R1R2ConverterUtil()
           
 
Method Summary
static
<T,X> X
convert(T source, Class<X> target)
           
static
<T,X> X
convert(T source, X target)
           
static
<T,X> List<X>
convertLists(List<T> sourceList, Class<X> targetListType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

R1R2ConverterUtil

public R1R2ConverterUtil()
Method Detail

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.