java.lang.Object
org.jooq.impl.AbstractConverter<T,U>
 
org.jooq.impl.AbstractContextConverter<T,U> 
- All Implemented Interfaces:
- Serializable,- ContextConverter<T,,- U> - Converter<T,- U> 
- Direct Known Subclasses:
- AutoConverter,- Converters,- DateToLocalDateConverter,- DelegatingConverter,- TimestampToLocalDateTimeConverter,- TimeToLocalTimeConverter
public abstract class AbstractContextConverter<T,U> 
extends AbstractConverter<T,U>
implements ContextConverter<T,U>  
- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jooq.impl.AbstractConverterfromType, toTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.ContextConverterandThen, forArrays, from, from, inverse, to, toMethods inherited from interface org.jooq.ConverterfromSupported, fromType, toSupported, toType
- 
Constructor Details- 
AbstractContextConverter
 
- 
- 
Method Details- 
toString- Overrides:
- toStringin class- AbstractConverter<T,- U> 
 
 
-