Package org.jdbi.v3.core.collector
The collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.
-
Interface Summary Interface Description CollectorFactory Factory for building Collectors to assemble containers of elements. -
Class Summary Class Description ArrayBuilder ArrayCollectorFactory BuiltInCollectorFactory Deprecated. will be replaced by pluginEnumSetCollectorFactory JdbiCollectors Registry of collector factories.ListCollectorFactory MapCollectorFactory MapCollectors OptionalBuilder<T,O> OptionalCollectorFactory OptionalCollectors Factory methods forcollectorsof optional types.OptionalPrimitiveCollectorFactory SetCollectorFactory SimpleCollectorFactory -
Exception Summary Exception Description ElementTypeNotFoundException Thrown when Jdbi tries to build a Collector, but cannot determine the element type intended for it.NoSuchCollectorException Thrown when Jdbi tries to produce a result Collector but doesn't have a factory to produce it with.