public class JsonbColumnMapperFactory<T> extends Object implements org.jdbi.v3.core.mapper.ColumnMapperFactory
| Constructor and Description |
|---|
JsonbColumnMapperFactory(Class<T> clz,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.jdbi.v3.core.mapper.ColumnMapper<?>> |
build(Type type,
org.jdbi.v3.core.config.ConfigRegistry config) |
Copyright © 2018. All rights reserved.