Uses of Interface
org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler.BoundCustomizer
-
Packages that use CustomizingStatementHandler.BoundCustomizer Package Description org.jdbi.v3.sqlobject.statement.internal -
-
Uses of CustomizingStatementHandler.BoundCustomizer in org.jdbi.v3.sqlobject.statement.internal
Fields in org.jdbi.v3.sqlobject.statement.internal with type parameters of type CustomizingStatementHandler.BoundCustomizer Modifier and Type Field Description private java.util.List<CustomizingStatementHandler.BoundCustomizer>CustomizingStatementHandler. statementCustomizersMethods in org.jdbi.v3.sqlobject.statement.internal that return CustomizingStatementHandler.BoundCustomizer Modifier and Type Method Description private CustomizingStatementHandler.BoundCustomizerCustomizingStatementHandler. defaultParameterCustomizer(java.lang.reflect.Parameter parameter, java.lang.Integer i)Default parameter customizer for parameters with no annotations.static CustomizingStatementHandler.BoundCustomizerCustomizingStatementHandler.BoundCustomizer. of(SqlStatementCustomizer inner)Methods in org.jdbi.v3.sqlobject.statement.internal that return types with arguments of type CustomizingStatementHandler.BoundCustomizer Modifier and Type Method Description private java.util.stream.Stream<CustomizingStatementHandler.BoundCustomizer>CustomizingStatementHandler. eachParameterCustomizers(java.lang.reflect.Parameter parameter, java.lang.Integer i)private java.util.stream.Stream<CustomizingStatementHandler.BoundCustomizer>CustomizingStatementHandler. parameterCustomizers()
-