Skip navigation links
C F G O T 

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
 

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.

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>.
C F G O T 
Skip navigation links

Copyright © 2019. All rights reserved.