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 with parameters of type SchemaContent Modifier and Type Method Description SchemaSubjectsResource. findSchemaByContent(String subject, @NotNull SchemaContent request)Check if a schema has already been registered under the specified subject.CompatibilityCheckResponseCompatibilityResource. 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 with parameters of type SchemaContent Modifier and Type Method Description SchemaSubjectsResourceImpl. findSchemaByContent(String subject, SchemaContent request)CompatibilityCheckResponseCompatibilityResourceImpl. testCompatibilityBySubjectName(String subject, String versionString, SchemaContent request) -
Uses of SchemaContent in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store with parameters of type SchemaContent Modifier and Type Method Description SchemaRegistryStorageFacade. getSchema(String subject, SchemaContent schema)SchemaRegistryStorageFacadeImpl. getSchema(String subject, SchemaContent schema)CompatibilityCheckResponseRegistryStorageFacade. testCompatibilityBySubjectName(String subject, String version, SchemaContent request)CompatibilityCheckResponseRegistryStorageFacadeImpl. testCompatibilityBySubjectName(String subject, String version, SchemaContent request)
-