Class StringMapper
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.mappers.StringMapper
-
-
Field Summary
Fields Modifier and Type Field Description static StringMapperinstance
-
-
-
Field Detail
-
instance
public static final StringMapper instance
-
-
Method Detail
-
map
public String map(ResultSet rs) throws SQLException
- Specified by:
mapin interfaceRowMapper<String>- Throws:
SQLException- See Also:
RowMapper.map(java.sql.ResultSet)
-
-