public static class RegisterMessageMappers.Factory extends Object implements org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method) |
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer |
createForType(Annotation annotation,
Class<?> sqlObjectType) |
public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForType(Annotation annotation, Class<?> sqlObjectType)
createForType in interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactorypublic org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
createForMethod in interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactoryCopyright © 2015–2020 morimekta.net. All rights reserved.