Index
All Classes and Interfaces|All Packages
B
- builder() - Static method in class org.jdbi.v3.guava.codec.TypeResolvingCodecFactory
-
Returns a builder for fluent API.
C
- customizeJdbi(Jdbi) - Method in class org.jdbi.v3.guava.GuavaPlugin
F
- factory() - Static method in class org.jdbi.v3.guava.GuavaArguments
-
Returns an
ArgumentFactorywhich understands Guava types. - factory() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
CollectorFactorywhich knows how to create all supported Guava types. - forSingleCodec(QualifiedType<?>, Codec<?>) - Static method in class org.jdbi.v3.guava.codec.TypeResolvingCodecFactory
G
- GuavaArguments - Class in org.jdbi.v3.guava
-
Provide ArgumentFactory instances that understand Guava types.
- GuavaCollectors - Class in org.jdbi.v3.guava
-
Provides Collectors for Guava collection types.
- GuavaPlugin - Class in org.jdbi.v3.guava
-
Plugin to enable all
Guavafunctionality. - GuavaPlugin() - Constructor for class org.jdbi.v3.guava.GuavaPlugin
O
- org.jdbi.v3.guava - package org.jdbi.v3.guava
-
guavaprovides extra types that are commonly needed beyond built in JDK types. - org.jdbi.v3.guava.codec - package org.jdbi.v3.guava.codec
T
- toArrayListMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into anArrayListMultimap<K, V>. - toHashBiMap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into aHashBiMap<K, V>. - toHashMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into aHashMultimap<K, V>. - toImmutableListMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into anImmutableListMultimap<K, V>. - toImmutableMap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into anImmutableMap<K, V>. - toImmutableSetMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into anImmutableSetMultimap<K, V>. - toLinkedListMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into aLinkedListMultimap<K, V>. - toMultimap(Supplier<M>) - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into aMultimap<K, V>of the supplied type. - toOptional() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulates 0 or 1 input elements into Guava'sOptional<T>. - toTreeMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
-
Returns a
Collectorthat accumulatesMap.Entry<K, V>input elements into aTreeMultimap<K, V>. - TypeResolvingCodecFactory - Class in org.jdbi.v3.guava.codec
-
An extended
CodecFactorywhich can resolve Codecs for subtypes. - TypeResolvingCodecFactory(Map<QualifiedType<?>, Codec<?>>) - Constructor for class org.jdbi.v3.guava.codec.TypeResolvingCodecFactory
-
Create a new TypeResolvingCodecFactory.
All Classes and Interfaces|All Packages