Class IdentityConverter<Type>
java.lang.Object
com.saperion.common.lang.conversion.IdentityConverter<Type>
- All Implemented Interfaces:
Converter<Type,
Type>
A simple implementation of
Converter
that converts an instance to itself.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentityConverter
public IdentityConverter()
-
-
Method Details
-
convert
Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-