Package org.openmetadata.service.jdbi3
Class CollectionDAO.SettingsRowMapper
- java.lang.Object
-
- org.openmetadata.service.jdbi3.CollectionDAO.SettingsRowMapper
-
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<Settings>
- Enclosing interface:
- CollectionDAO
public static class CollectionDAO.SettingsRowMapper extends Object implements org.jdbi.v3.core.mapper.RowMapper<Settings>
-
-
Constructor Summary
Constructors Constructor Description SettingsRowMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SettingsgetSettings(SettingsType configType, String json)Settingsmap(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-
-
-
Method Detail
-
map
public Settings map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
- Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<Settings>- Throws:
SQLException
-
getSettings
public static Settings getSettings(SettingsType configType, String json)
-
-