public class JsonbArgumentFactory<T> extends Object implements org.jdbi.v3.core.argument.ArgumentFactory
| Constructor and Description |
|---|
JsonbArgumentFactory(Class<T> clz,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdbi.v3.core.argument.Argument |
build(T value,
org.jdbi.v3.core.config.ConfigRegistry config) |
Optional<org.jdbi.v3.core.argument.Argument> |
build(Type type,
Object value,
org.jdbi.v3.core.config.ConfigRegistry config) |
protected org.jdbi.v3.core.argument.Argument build(T value, org.jdbi.v3.core.config.ConfigRegistry config)
Copyright © 2018. All rights reserved.