Class RegisterMessageMapper.Factory

  • All Implemented Interfaces:
    org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
    Enclosing class:
    RegisterMessageMapper

    public static class RegisterMessageMapper.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.SqlStatementCustomizer createForMethod​(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)  
      org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForType​(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory

        createForParameter
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • createForType

        public org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer createForType​(java.lang.annotation.Annotation annotation,
                                                                                     java.lang.Class<?> sqlObjectType)
        Specified by:
        createForType in interface org.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:
        createForMethod in interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory