Class GlobalRuleEntityMapper
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.mappers.GlobalRuleEntityMapper
-
- All Implemented Interfaces:
RowMapper<GlobalRuleEntity>
public class GlobalRuleEntityMapper extends Object implements RowMapper<GlobalRuleEntity>
- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalRuleEntityMapperinstance
-
-
-
Field Detail
-
instance
public static final GlobalRuleEntityMapper instance
-
-
Method Detail
-
map
public GlobalRuleEntity map(ResultSet rs) throws SQLException
- Specified by:
mapin interfaceRowMapper<GlobalRuleEntity>- Throws:
SQLException- See Also:
RowMapper.map(java.sql.ResultSet)
-
-