Uses of Class
io.apicurio.registry.storage.dto.SearchedArtifactDto
-
Packages that use SearchedArtifactDto Package Description io.apicurio.registry.storage.dto io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of SearchedArtifactDto in io.apicurio.registry.storage.dto
Methods in io.apicurio.registry.storage.dto that return types with arguments of type SearchedArtifactDto Modifier and Type Method Description List<SearchedArtifactDto>
ArtifactSearchResultsDto. getArtifacts()
Method parameters in io.apicurio.registry.storage.dto with type arguments of type SearchedArtifactDto Modifier and Type Method Description void
ArtifactSearchResultsDto. setArtifacts(List<SearchedArtifactDto> artifacts)
-
Uses of SearchedArtifactDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return SearchedArtifactDto Modifier and Type Method Description SearchedArtifactDto
SearchedArtifactMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-