org.jboss.arquillian.ajocado.waiting.conversion
Class PassOnConvertor<T>
java.lang.Object
org.jboss.arquillian.ajocado.waiting.conversion.PassOnConvertor<T>
- Type Parameters:
T
- the type, which we want to pass
- All Implemented Interfaces:
- Convertor<T,T>
public class PassOnConvertor<T>
- extends Object
- implements Convertor<T,T>
Simple convertor which actually doesn't convert method, but it is passing it directly.
- Version:
- $Revision$
- Author:
- Lukas Fryc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassOnConvertor
public PassOnConvertor()
forwardConversion
public T forwardConversion(T object)
- Pass the object
- Specified by:
forwardConversion
in interface Convertor<T,T>
- Parameters:
object
- the object to pass
- Returns:
- the exactly same object as given
backwardConversion
public T backwardConversion(T object)
- Pass the object
- Specified by:
backwardConversion
in interface Convertor<T,T>
- Parameters:
object
- the object to pass
- Returns:
- the exactly same object as given
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.