public class JdbiConstructors extends Object
JdbiConstructor annotation.| Constructor and Description |
|---|
JdbiConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Constructor<T> |
findConstructorFor(Class<T> type)
Find an invokable constructor.
|
public static <T> Constructor<T> findConstructorFor(Class<T> type)
JdbiConstructor annotated
one if present. Throws if multiple or zero candidates are found.T - the type to inspecttype - the type to inspectCopyright © 2017. All rights reserved.