Package org.jdbi.v3.core.mapper
Class MapMappers
java.lang.Object
org.jdbi.v3.core.mapper.MapMappers
- All Implemented Interfaces:
JdbiConfig<MapMappers>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.setCaseChange
(UnaryOperator<String> caseChange) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
Constructor Details
-
MapMappers
public MapMappers()
-
-
Method Details
-
getCaseChange
-
setCaseChange
-
createCopy
Description copied from interface:JdbiConfig
Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopy
in interfaceJdbiConfig<MapMappers>
- Returns:
- a copy of this configuration object.
-