Class LogConfigurationMapper
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.mappers.LogConfigurationMapper
-
- All Implemented Interfaces:
RowMapper<LogConfigurationDto>
public class LogConfigurationMapper extends Object implements RowMapper<LogConfigurationDto>
- Author:
- Fabian Martinez
-
-
Field Summary
Fields Modifier and Type Field Description static LogConfigurationMapperinstance
-
-
-
Field Detail
-
instance
public static final LogConfigurationMapper instance
-
-
Method Detail
-
map
public LogConfigurationDto map(ResultSet rs) throws SQLException
- Specified by:
mapin interfaceRowMapper<LogConfigurationDto>- Throws:
SQLException
-
-