public class JacksonJsonConverter<T> extends AbstractJacksonConverter<org.jooq.JSON,T>
| Constructor and Description |
|---|
JacksonJsonConverter() |
JacksonJsonConverter(com.fasterxml.jackson.databind.JavaType type) |
| Modifier and Type | Method and Description |
|---|---|
T |
from(org.jooq.JSON json) |
Class<org.jooq.JSON> |
fromType() |
org.jooq.JSON |
to(T value) |
createObjectReader, createObjectWriter, getMapper, getNull, isNull, toTypeCopyright © 2020. All rights reserved.