java.lang.Object
de.gebit.integrity.parameter.conversion.Conversion<Object,Object>
de.gebit.integrity.parameter.conversion.conversions.java.identity.ObjectToObject

public class ObjectToObject extends Conversion<Object,Object>
A default Integrity conversion. This conversion actually doesn't convert anything - it just returns the input. This special conversion is not part of the normal bunch of conversions which is scanned to find a matching one, but only used to handle special cases.
Author:
Rene Schneider - initial API and implementation