Uses of Interface
org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler.BoundCustomizer
Packages that use CustomizingStatementHandler.BoundCustomizer
-
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.BoundCustomizerModifier and TypeFieldDescriptionprivate final List<CustomizingStatementHandler.BoundCustomizer>CustomizingStatementHandler.statementCustomizersMethods in org.jdbi.v3.sqlobject.statement.internal that return CustomizingStatementHandler.BoundCustomizerModifier and TypeMethodDescriptionCustomizingStatementHandler.defaultParameterCustomizer(Parameter parameter, Integer i) Default parameter customizer for parameters with no annotations.CustomizingStatementHandler.BoundCustomizer.of(SqlStatementCustomizer inner) Methods in org.jdbi.v3.sqlobject.statement.internal that return types with arguments of type CustomizingStatementHandler.BoundCustomizerModifier and TypeMethodDescriptionCustomizingStatementHandler.eachParameterCustomizers(Parameter parameter, Integer i) CustomizingStatementHandler.parameterCustomizers()