| Package | Description |
|---|---|
| org.jdbi.v3.core.collector | |
| org.jdbi.v3.core.config |
| Modifier and Type | Method and Description |
|---|---|
static <T> CollectorFactory |
BuiltInCollectorFactories.fromSupplier(Class<T> collectionType,
Supplier<Collector<?,?,?>> collector)
Create a CollectorFactory from collection type and a collector supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CollectorFactory> |
BuiltInCollectorFactories.get() |
| Modifier and Type | Method and Description |
|---|---|
JdbiCollectors |
JdbiCollectors.register(CollectorFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.registerCollector(CollectorFactory factory)
Convenience method for
getConfig(JdbiCollectors.class).register(factory) |
Copyright © 2017. All rights reserved.