Class GlobalRuleEntityMapper
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.mappers.GlobalRuleEntityMapper
-
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<GlobalRuleEntity>
public class GlobalRuleEntityMapper extends Object implements org.jdbi.v3.core.mapper.RowMapper<GlobalRuleEntity>
- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalRuleEntityMapper
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalRuleEntity
map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-
-
-
Field Detail
-
instance
public static final GlobalRuleEntityMapper instance
-
-
Method Detail
-
map
public GlobalRuleEntity map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
- Specified by:
map
in interfaceorg.jdbi.v3.core.mapper.RowMapper<GlobalRuleEntity>
- Throws:
SQLException
- See Also:
RowMapper.map(java.sql.ResultSet, org.jdbi.v3.core.statement.StatementContext)
-
-