Class BindMessage.Factory

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

    public static class BindMessage.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.SqlStatementParameterCustomizer createForParameter​(java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method, java.lang.reflect.Parameter param, int index, java.lang.reflect.Type paramType)  
      • 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

        createForMethod, createForType
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • createForParameter

        public org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer createForParameter​(java.lang.annotation.Annotation annotation,
                                                                                                   java.lang.Class<?> sqlObjectType,
                                                                                                   java.lang.reflect.Method method,
                                                                                                   java.lang.reflect.Parameter param,
                                                                                                   int index,
                                                                                                   java.lang.reflect.Type paramType)
        Specified by:
        createForParameter in interface org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory