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