Uses of Class
io.apicurio.registry.storage.dto.SearchedVersionDto
-
Packages that use SearchedVersionDto Package Description io.apicurio.registry.storage.dto io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of SearchedVersionDto in io.apicurio.registry.storage.dto
Methods in io.apicurio.registry.storage.dto that return types with arguments of type SearchedVersionDto Modifier and Type Method Description List<SearchedVersionDto>
VersionSearchResultsDto. getVersions()
Method parameters in io.apicurio.registry.storage.dto with type arguments of type SearchedVersionDto Modifier and Type Method Description void
VersionSearchResultsDto. setVersions(List<SearchedVersionDto> versions)
-
Uses of SearchedVersionDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return SearchedVersionDto Modifier and Type Method Description SearchedVersionDto
SearchedVersionMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-