Class PojoTypes
java.lang.Object
org.jdbi.v3.core.mapper.reflect.internal.PojoTypes
- All Implemented Interfaces:
JdbiConfig<PojoTypes>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.register
(Class<?> key, PojoPropertiesFactory factory) void
setRegistry
(ConfigRegistry registry) The registry will inject itself into the configuration object.
-
Constructor Details
-
PojoTypes
public PojoTypes()
-
-
Method Details
-
setRegistry
Description copied from interface:JdbiConfig
The registry will inject itself into the configuration object. This can be useful if you need to look up dependencies. You will get a new registry after being copied.- Specified by:
setRegistry
in interfaceJdbiConfig<PojoTypes>
- Parameters:
registry
- the registry that owns this configuration object
-
register
-
findFor
-
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<PojoTypes>
- Returns:
- a copy of this configuration object.
-