Class Arguments

java.lang.Object
org.jdbi.v3.core.argument.Arguments
All Implemented Interfaces:
JdbiConfig<Arguments>

public class Arguments extends Object implements JdbiConfig<Arguments>
A registry for ArgumentFactory instances. When a statement with bound parameters is executed, Jdbi consults the Arguments registry to obtain an Argument instance for each bound parameter (see #findFor(...)). The factories are consulted in reverse order of registration (i.e. last-registered wins).