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.vavr is a functional programming library for the JVM.-
Uses of CollectorFactory in org.jdbi.v3.core.collector
Classes in org.jdbi.v3.core.collector that implement CollectorFactoryModifier and TypeClassDescription(package private) classclassDeprecated.will be replaced by plugin(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classFields in org.jdbi.v3.core.collector with type parameters of type CollectorFactoryModifier and TypeFieldDescriptionprivate final List<CollectorFactory>JdbiCollectors.factoriesprivate static final List<CollectorFactory>BuiltInCollectorFactory.FACTORIESDeprecated.private ConcurrentMap<Type,Optional<CollectorFactory>> JdbiCollectors.factoryCacheMethods 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 that return types with arguments of type CollectorFactoryModifier and TypeMethodDescriptionprivate Optional<CollectorFactory>JdbiCollectors.findFactoryFor(Type containerType) 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
Classes in org.jdbi.v3.guava that implement CollectorFactoryMethods in org.jdbi.v3.guava that return CollectorFactoryModifier and TypeMethodDescriptionstatic CollectorFactoryGuavaCollectors.factory()Returns aCollectorFactorywhich knows how to create all supported Guava types. -
Uses of CollectorFactory in org.jdbi.v3.vavr
Classes in org.jdbi.v3.vavr that implement CollectorFactory