Package | Description |
---|---|
io.apicurio.registry.ccompat.rest | |
io.apicurio.registry.ccompat.rest.impl | |
io.apicurio.registry.ccompat.store |
Modifier and Type | Method and Description |
---|---|
SchemaContent |
SchemasResource.getSchema(int id)
Get the schema string identified by the input ID.
|
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.
|
CompatibilityCheckResponse |
CompatibilityResource.testCompatibilityBySubjectName(String subject,
String version,
@NotNull SchemaContent request)
Test input schema against a particular version of a subject’s schema for compatibility.
|
Modifier and Type | Method and Description |
---|---|
SchemaContent |
SchemasResourceImpl.getSchema(int id) |
Modifier and Type | Method and Description |
---|---|
Schema |
SubjectsResourceImpl.findSchemaByContent(String subject,
SchemaContent request) |
CompatibilityCheckResponse |
CompatibilityResourceImpl.testCompatibilityBySubjectName(String subject,
String versionString,
SchemaContent request) |
Modifier and Type | Method and Description |
---|---|
static SchemaContent |
FacadeConverter.convert(StoredArtifact artifactVersion) |
SchemaContent |
RegistryStorageFacadeImpl.getSchemaContent(int globalId) |
SchemaContent |
RegistryStorageFacade.getSchemaContent(int globalId) |
Modifier and Type | Method and Description |
---|---|
Schema |
RegistryStorageFacadeImpl.getSchema(String subject,
SchemaContent schema) |
Schema |
RegistryStorageFacade.getSchema(String subject,
SchemaContent schema) |
CompatibilityCheckResponse |
RegistryStorageFacadeImpl.testCompatibilityBySubjectName(String subject,
String version,
SchemaContent request) |
CompatibilityCheckResponse |
RegistryStorageFacade.testCompatibilityBySubjectName(String subject,
String version,
SchemaContent request) |
Copyright © 2020 Red Hat. All rights reserved.