Class RegisterEnumValueMapper.Factory

  • All Implemented Interfaces:
    org.skife.jdbi.v2.sqlobject.SqlStatementCustomizerFactory
    Enclosing class:
    RegisterEnumValueMapper

    public static class RegisterEnumValueMapper.Factory
    extends java.lang.Object
    implements org.skife.jdbi.v2.sqlobject.SqlStatementCustomizerFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.skife.jdbi.v2.sqlobject.SqlStatementCustomizer createForMethod​(java.lang.annotation.Annotation annotation, java.lang.Class sqlObjectType, java.lang.reflect.Method method)  
      org.skife.jdbi.v2.sqlobject.SqlStatementCustomizer createForParameter​(java.lang.annotation.Annotation annotation, java.lang.Class sqlObjectType, java.lang.reflect.Method method, java.lang.Object arg)  
      org.skife.jdbi.v2.sqlobject.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
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • createForMethod

        public org.skife.jdbi.v2.sqlobject.SqlStatementCustomizer createForMethod​(java.lang.annotation.Annotation annotation,
                                                                                  java.lang.Class sqlObjectType,
                                                                                  java.lang.reflect.Method method)
        Specified by:
        createForMethod in interface org.skife.jdbi.v2.sqlobject.SqlStatementCustomizerFactory
      • createForType

        public org.skife.jdbi.v2.sqlobject.SqlStatementCustomizer createForType​(java.lang.annotation.Annotation annotation,
                                                                                java.lang.Class sqlObjectType)
        Specified by:
        createForType in interface org.skife.jdbi.v2.sqlobject.SqlStatementCustomizerFactory
      • createForParameter

        public org.skife.jdbi.v2.sqlobject.SqlStatementCustomizer createForParameter​(java.lang.annotation.Annotation annotation,
                                                                                     java.lang.Class sqlObjectType,
                                                                                     java.lang.reflect.Method method,
                                                                                     java.lang.Object arg)
        Specified by:
        createForParameter in interface org.skife.jdbi.v2.sqlobject.SqlStatementCustomizerFactory