Index

B C F G O T 
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 ArgumentFactory which understands Guava types.
factory() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a CollectorFactory which 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 Guava functionality.
GuavaPlugin() - Constructor for class org.jdbi.v3.guava.GuavaPlugin
 

O

org.jdbi.v3.guava - package org.jdbi.v3.guava
guava provides 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 Collector that accumulates Map.Entry<K, V> input elements into an ArrayListMultimap<K, V>.
toHashBiMap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into a HashBiMap<K, V>.
toHashMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into a HashMultimap<K, V>.
toImmutableListMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into an ImmutableListMultimap<K, V>.
toImmutableMap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into an ImmutableMap<K, V>.
toImmutableSetMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into an ImmutableSetMultimap<K, V>.
toLinkedListMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into a LinkedListMultimap<K, V>.
toMultimap(Supplier<M>) - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into a Multimap<K, V> of the supplied type.
toOptional() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates 0 or 1 input elements into Guava's Optional<T>.
toTreeMultimap() - Static method in class org.jdbi.v3.guava.GuavaCollectors
Returns a Collector that accumulates Map.Entry<K, V> input elements into a TreeMultimap<K, V>.
TypeResolvingCodecFactory - Class in org.jdbi.v3.guava.codec
An extended CodecFactory which can resolve Codecs for subtypes.
TypeResolvingCodecFactory(Map<QualifiedType<?>, Codec<?>>) - Constructor for class org.jdbi.v3.guava.codec.TypeResolvingCodecFactory
Create a new TypeResolvingCodecFactory.
B C F G O T 
All Classes and Interfaces|All Packages