com.dtolabs.rundeck.core.utils
Class IdentityConverter<T>

java.lang.Object
  extended by com.dtolabs.rundeck.core.utils.IdentityConverter<T>
All Implemented Interfaces:
Converter<T,T>

public class IdentityConverter<T>
extends java.lang.Object
implements Converter<T,T>

IdentityConverter


Constructor Summary
IdentityConverter()
           
 
Method Summary
 T convert(T t)
           
static
<T> IdentityConverter<T>
forClass(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityConverter

public IdentityConverter()
Method Detail

convert

public T convert(T t)
Specified by:
convert in interface Converter<T,T>

forClass

public static <T> IdentityConverter<T> forClass(java.lang.Class<T> clazz)