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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SettingsgetSettings(SettingsType configType, String json) 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.mapper.RowMapper
init, specialize
-
Constructor Details
-
SettingsRowMapper
public SettingsRowMapper()
-
-
Method Details
-
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
-