The type of the value to convert; also the type of the value returned by convert().
Checks if the given value can be converted by this converter. Since this converter is a no-op, it can convert any value, therefore it always returns true.
Returns the reverse converter for this converter.
Protected
throwThrows a ConversionError for the given value.
The value that caused the conversion error.
never - This function does not return; it always throws an error.
Static
getReturns the singleton instance of the IdentityConverter.
Converter that converts given value to the same value (no-op). This is useful when a converter has to be provided, but no actual conversion is needed.