Class SqlObjectStatementConfiguration
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlObjectStatementConfiguration
- All Implemented Interfaces:
JdbiConfig<SqlObjectStatementConfiguration>
public class SqlObjectStatementConfiguration
extends Object
implements JdbiConfig<SqlObjectStatementConfiguration>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.(package private) Object[]getArgs()(package private) void(package private) voidsetReturner(Supplier<Object> returner) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
Field Details
-
returner
-
args
-
-
Constructor Details
-
SqlObjectStatementConfiguration
public SqlObjectStatementConfiguration() -
SqlObjectStatementConfiguration
-
-
Method Details
-
createCopy
Description copied from interface:JdbiConfigReturns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopyin interfaceJdbiConfig<SqlObjectStatementConfiguration>- Returns:
- a copy of this configuration object.
-
setReturner
-
getReturner
-
setArgs
-
getArgs
Object[] getArgs()
-