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