Package org.jdbi.v3.sqlobject.statement
Annotation Type 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 aType(includingClass), orGenericType. Support forQualifiedTypearguments is currently in beta.