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