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