Package | Description |
---|---|
io.apicurio.registry.ccompat.rest | |
io.apicurio.registry.ccompat.rest.impl | |
io.apicurio.registry.ccompat.store |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SubjectsResourceImpl.findSchemaByContent(String subject,
SchemaContent request) |
Schema |
SubjectVersionsResourceImpl.getSchemaByVersion(String subject,
String version) |
Modifier and Type | Method and Description |
---|---|
static Schema |
FacadeConverter.convert(String subject,
StoredArtifact storedArtifact) |
Schema |
RegistryStorageFacadeImpl.getSchema(String subject,
SchemaContent schema) |
Schema |
RegistryStorageFacade.getSchema(String subject,
SchemaContent schema) |
Schema |
RegistryStorageFacadeImpl.getSchema(String subject,
String versionString) |
Schema |
RegistryStorageFacade.getSchema(String subject,
String version) |
Copyright © 2020 Red Hat. All rights reserved.