Class BindParameterCustomizerFactory

java.lang.Object
org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory
All Implemented Interfaces:
ParameterCustomizerFactory

public class BindParameterCustomizerFactory extends Object implements ParameterCustomizerFactory
Standard implementation of ParameterCustomizerFactory that delegates to BindFactory.createForParameter(Annotation, Class, Method, Parameter, int, Type) passing null for Annotation parameter.