Uses of Interface
org.jdbi.v3.core.collector.CollectorFactory
Packages that use CollectorFactory
Package
Description
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result.
The
config classes define a configuration registry starting from
each Jdbi instance.guava provides extra types that are commonly needed beyond built
in JDK types.-
Uses of CollectorFactory in org.jdbi.v3.core.collector
Classes in org.jdbi.v3.core.collector that implement CollectorFactoryModifier and TypeClassDescriptionclassDeprecated.will be replaced by pluginMethods in org.jdbi.v3.core.collector that return CollectorFactoryModifier and TypeMethodDescriptionstatic CollectorFactoryCollectorFactory.collectorFactory(Type containerType, Collector<?, ?, ?> collector) Creates aCollectorFactoryfrom a container type and a collector.static CollectorFactoryCollectorFactory.collectorFactory(GenericType<?> containerType, Collector<?, ?, ?> collector) Creates aCollectorFactoryfrom a parameterized container type and a collector.Methods in org.jdbi.v3.core.collector with parameters of type CollectorFactoryModifier and TypeMethodDescriptionJdbiCollectors.register(CollectorFactory factory) Register a newCollectorFactory. -
Uses of CollectorFactory in org.jdbi.v3.core.config
Methods in org.jdbi.v3.core.config with parameters of type CollectorFactoryModifier and TypeMethodDescriptiondefault ThisConfigurable.registerCollector(CollectorFactory factory) Convenience method forgetConfig(JdbiCollectors.class).register(factory) -
Uses of CollectorFactory in org.jdbi.v3.guava
Methods in org.jdbi.v3.guava that return CollectorFactoryModifier and TypeMethodDescriptionstatic CollectorFactoryGuavaCollectors.factory()Returns aCollectorFactorywhich knows how to create all supported Guava types.