Package org.jdbi.v3.core.collector
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.
-
ClassDescriptionDeprecated.will be replaced by pluginFactory for building Collectors to assemble containers of elements.Thrown when Jdbi tries to build a Collector, but cannot determine the element type intended for it.Registry of collector factories.Thrown when Jdbi tries to produce a result Collector but doesn't have a factory to produce it with.Factory methods for
collectors
of optional types.