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 SchemaSubjectsResource. findSchemaByContent(String subject, @NotNull SchemaContent request)Check if a schema has already been registered under the specified subject.SchemaSubjectVersionsResource. 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 SchemaSubjectsResourceImpl. findSchemaByContent(String subject, SchemaContent request)SchemaSubjectVersionsResourceImpl. 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 SchemaFacadeConverter. convert(String subject, StoredArtifactDto storedArtifact)SchemaRegistryStorageFacade. getSchema(String subject, SchemaContent schema)SchemaRegistryStorageFacade. getSchema(String subject, String version)SchemaRegistryStorageFacadeImpl. getSchema(String subject, SchemaContent schema)SchemaRegistryStorageFacadeImpl. getSchema(String subject, String versionString)
-