Class 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