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
,JPAConverter
,TimestampToLocalDateTimeConverter
,TimeToLocalTimeConverter
public abstract class AbstractContextConverter<T,U>
extends AbstractConverter<T,U>
implements ContextConverter<T,U>
- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jooq.impl.AbstractConverter
fromType, toType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jooq.ContextConverter
andThen, forArrays, from, from, inverse, to, to
Methods inherited from interface org.jooq.Converter
fromSupported, fromType, toSupported, toType
-
Constructor Details
-
AbstractContextConverter
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractConverter<T,
U>
-