| Package | Description |
|---|---|
| org.jdbi.v3.core.mapper.immutables |
| Modifier and Type | Method and Description |
|---|---|
JdbiImmutables |
JdbiImmutables.createCopy() |
JdbiImmutables |
JdbiImmutables.registerImmutable(Class<?>... specs)
Convenience method for registering many immutable types.
|
<S> JdbiImmutables |
JdbiImmutables.registerImmutable(Class<S> spec)
Register bean arguments and row mapping for an
Immutable* value class, expecting the default generated class and builder names. |
<S,I extends S> |
JdbiImmutables.registerImmutable(Class<S> spec,
Class<I> impl,
Supplier<?> builder)
Register bean arguments and row mapping for an
Immutable* value class, using a supplied implementation and builder. |
JdbiImmutables |
JdbiImmutables.registerImmutable(Iterable<Class<?>> specs)
Convenience method for registering many immutable types.
|
JdbiImmutables |
JdbiImmutables.registerModifiable(Class<?>... specs)
Convenience method for registering many modifiable types.
|
<S> JdbiImmutables |
JdbiImmutables.registerModifiable(Class<S> spec)
Register bean arguments and row mapping for an
Modifiable* value class, expecting the default generated class and public nullary constructor. |
<S,M extends S> |
JdbiImmutables.registerModifiable(Class<S> spec,
Class<M> impl,
Supplier<?> constructor)
Register bean arguments and row mapping for an
Modifiable* value class, using a supplied implementation and constructor. |
JdbiImmutables |
JdbiImmutables.registerModifiable(Iterable<Class<?>> specs)
Convenience method for registering many modifiable types.
|
Copyright © 2019. All rights reserved.