JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Select Theme
Light
Dark
System Setting
org.jdbi.v3.sqlobject.statement
MapTo
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface MapTo
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
MapTo
Used to specify a polymorphic return type as a parameter on a query method. The annotated parameter may be a
Type
(including
Class
), or
GenericType
. Support for
QualifiedType
arguments is currently in beta.