Uses of Class
io.apicurio.registry.ccompat.dto.Schema
-
Packages that use Schema Package Description io.apicurio.registry.ccompat.rest io.apicurio.registry.ccompat.rest.impl io.apicurio.registry.ccompat.store -
-
Uses of Schema in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest that return Schema Modifier and Type Method Description Schema
SubjectsResource. findSchemaByContent(String subject, @NotNull SchemaContent request)
Check if a schema has already been registered under the specified subject.Schema
SubjectVersionsResource. getSchemaByVersion(String subject, String version)
Get a specific version of the schema registered under this subject Parameters: subject (string) – Name of the subject version (versionId) – Version of the schema to be returned. -
Uses of Schema in io.apicurio.registry.ccompat.rest.impl
Methods in io.apicurio.registry.ccompat.rest.impl that return Schema Modifier and Type Method Description Schema
SubjectsResourceImpl. findSchemaByContent(String subject, SchemaContent request)
Schema
SubjectVersionsResourceImpl. getSchemaByVersion(String subject, String version)
-
Uses of Schema in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that return Schema Modifier and Type Method Description Schema
FacadeConverter. convert(String subject, StoredArtifactDto storedArtifact)
Schema
RegistryStorageFacade. getSchema(String subject, SchemaContent schema)
Schema
RegistryStorageFacade. getSchema(String subject, String version)
Schema
RegistryStorageFacadeImpl. getSchema(String subject, SchemaContent schema)
Schema
RegistryStorageFacadeImpl. getSchema(String subject, String versionString)
-