public class JdbiConstructors extends Object
JdbiConstructor annotation.| 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 © 2019. All rights reserved.