Package org.jdbi.v3.guava
Class GuavaArguments
java.lang.Object
org.jdbi.v3.guava.GuavaArguments
Provide ArgumentFactory instances that understand Guava types.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArgumentFactoryfactory()Returns anArgumentFactorywhich understands Guava types.
-
Constructor Details
-
GuavaArguments
private GuavaArguments()
-
-
Method Details
-
factory
Returns anArgumentFactorywhich understands Guava types.Currently supported types:
com.google.common.base.Optional
- Returns:
- an
ArgumentFactorywhich understands Guava types.
-