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
Constructors -
Method Summary
Methods inherited from class org.jooq.impl.AbstractConverter
fromType, toTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.ContextConverter
andThen, forArrays, from, from, inverse, to, toMethods inherited from interface org.jooq.Converter
fromSupported, fromType, toSupported, toType
-
Constructor Details
-
AbstractContextConverter
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractConverter<T,U>
-