Uses of Class
io.apicurio.registry.ccompat.dto.SchemaContent
-
Packages that use SchemaContent Package Description io.apicurio.registry.ccompat.rest io.apicurio.registry.ccompat.rest.impl io.apicurio.registry.ccompat.store -
-
Uses of SchemaContent in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest that return SchemaContent Modifier and Type Method Description SchemaContent
SchemasResource. getSchema(int id)
Get the schema string identified by the input ID.Methods in io.apicurio.registry.ccompat.rest with parameters of type SchemaContent 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.CompatibilityCheckResponse
CompatibilityResource. testCompatibilityBySubjectName(String subject, String version, @NotNull SchemaContent request)
Test input schema against a particular version of a subject’s schema for compatibility. -
Uses of SchemaContent in io.apicurio.registry.ccompat.rest.impl
Methods in io.apicurio.registry.ccompat.rest.impl that return SchemaContent Modifier and Type Method Description SchemaContent
SchemasResourceImpl. getSchema(int id)
Methods in io.apicurio.registry.ccompat.rest.impl with parameters of type SchemaContent Modifier and Type Method Description Schema
SubjectsResourceImpl. findSchemaByContent(String subject, SchemaContent request)
CompatibilityCheckResponse
CompatibilityResourceImpl. testCompatibilityBySubjectName(String subject, String versionString, SchemaContent request)
-
Uses of SchemaContent in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that return SchemaContent Modifier and Type Method Description static SchemaContent
FacadeConverter. convert(ContentHandle content)
SchemaContent
RegistryStorageFacade. getSchemaContent(int globalId)
SchemaContent
RegistryStorageFacadeImpl. getSchemaContent(int globalId)
Methods in io.apicurio.registry.ccompat.store with parameters of type SchemaContent Modifier and Type Method Description Schema
RegistryStorageFacade. getSchema(String subject, SchemaContent schema)
Schema
RegistryStorageFacadeImpl. getSchema(String subject, SchemaContent schema)
CompatibilityCheckResponse
RegistryStorageFacade. testCompatibilityBySubjectName(String subject, String version, SchemaContent request)
CompatibilityCheckResponse
RegistryStorageFacadeImpl. testCompatibilityBySubjectName(String subject, String version, SchemaContent request)
-