public class PojoTypes extends Object implements JdbiConfig<PojoTypes>
| Constructor and Description |
|---|
PojoTypes() |
| Modifier and Type | Method and Description |
|---|---|
PojoTypes |
createCopy()
Returns a copy of this configuration object.
|
Optional<PojoProperties<?>> |
findFor(Type type) |
PojoTypes |
register(Class<?> key,
ImmutablesPropertiesFactory factory) |
void |
setRegistry(ConfigRegistry registry)
The registry will inject itself into the configuration object.
|
public PojoTypes createCopy()
JdbiConfigcreateCopy in interface JdbiConfig<PojoTypes>public Optional<PojoProperties<?>> findFor(Type type)
public PojoTypes register(Class<?> key, ImmutablesPropertiesFactory factory)
public void setRegistry(ConfigRegistry registry)
JdbiConfigsetRegistry in interface JdbiConfig<PojoTypes>registry - the registry that owns this configuration objectCopyright © 2019. All rights reserved.