Class RegisterEnumValueMapper.Factory
- java.lang.Object
-
- net.morimekta.providence.jdbi.v3.annotations.RegisterEnumValueMapper.Factory
-
- All Implemented Interfaces:
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
- Enclosing class:
- RegisterEnumValueMapper
public static class RegisterEnumValueMapper.Factory extends java.lang.Object implements org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizercreateForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizercreateForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)
-
-
-
Method Detail
-
createForType
public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForType(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)- Specified by:
createForTypein interfaceorg.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
-
createForMethod
public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForMethod(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)- Specified by:
createForMethodin interfaceorg.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
-
-