Module org.jooq.jackson.extensions
Class JSONBtoJacksonConverter<U>
java.lang.Object
org.jooq.impl.AbstractConverter<JSONB,U>
org.jooq.jackson.extensions.converters.JSONBtoJacksonConverter<U>
- All Implemented Interfaces:
Serializable,Converter<JSONB,U>
A base class for
JSONB to Jackson POJO conversion.- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jooq.impl.AbstractConverter
fromType, toString, toTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Converter
andThen, forArrays, fromSupported, inverse, toSupported
-
Constructor Details
-
JSONBtoJacksonConverter
-
-
Method Details
-
from
-
to
-