java.lang.Object
org.jooq.impl.IdentityConverter<T>
- All Implemented Interfaces:
- Serializable,- ContextConverter<T,,- T> - Converter<T,- T> 
A converter that doesn't convert anything.
- Author:
- Lukas Eder
- See Also:
- 
Constructor Details- 
IdentityConverter
 
- 
- 
Method Details- 
fromDescription copied from interface:ContextConverterRead and convert a database object to a user object.Implementations that don't support this conversion are expected to override Converter.fromSupported()to indicate lack of support.- Specified by:
- fromin interface- ContextConverter<T,- T> 
- Parameters:
- t- The database object.
- scope- The context of this conversion.
- Returns:
- The user object.
 
- 
toDescription copied from interface:ContextConverterConvert and write a user object to a database object.Implementations that don't support this conversion are expected to override Converter.toSupported()to indicate lack of support.- Specified by:
- toin interface- ContextConverter<T,- T> 
- Parameters:
- t- The user object.
- scope- The context of this conversion.
- Returns:
- The database object.
 
- 
fromTypeDescription copied from interface:ConverterThe database type.
- 
toTypeDescription copied from interface:ConverterThe user type.
- 
toString
 
-