Uses of Class
io.apicurio.registry.ccompat.dto.SubjectVersion
-
Packages that use SubjectVersion Package Description io.apicurio.registry.ccompat.rest io.apicurio.registry.ccompat.rest.impl io.apicurio.registry.ccompat.store -
-
Uses of SubjectVersion in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest that return types with arguments of type SubjectVersion Modifier and Type Method Description List<SubjectVersion>
SchemasResource. getSubjectVersions(int id)
Get the subject-version pairs identified by the input ID. -
Uses of SubjectVersion in io.apicurio.registry.ccompat.rest.impl
Methods in io.apicurio.registry.ccompat.rest.impl that return types with arguments of type SubjectVersion Modifier and Type Method Description List<SubjectVersion>
SchemasResourceImpl. getSubjectVersions(int id)
-
Uses of SubjectVersion in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that return SubjectVersion Modifier and Type Method Description static SubjectVersion
FacadeConverter. convert(String artifactId, Number version)
Methods in io.apicurio.registry.ccompat.store that return types with arguments of type SubjectVersion Modifier and Type Method Description List<SubjectVersion>
RegistryStorageFacade. getSubjectVersions(int contentId)
List<SubjectVersion>
RegistryStorageFacadeImpl. getSubjectVersions(int contentId)
-