Uses of Class
io.apicurio.registry.ccompat.dto.SchemaInfo
-
Packages that use SchemaInfo Package Description io.apicurio.registry.ccompat.rest io.apicurio.registry.ccompat.rest.impl io.apicurio.registry.ccompat.store -
-
Uses of SchemaInfo in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest that return SchemaInfo Modifier and Type Method Description SchemaInfoSchemasResource. getSchema(int id)Get the schema string identified by the input ID.Methods in io.apicurio.registry.ccompat.rest with parameters of type SchemaInfo Modifier and Type Method Description SchemaIdSubjectVersionsResource. register(String subject, @NotNull SchemaInfo request)Register a new schema under the specified subject. -
Uses of SchemaInfo in io.apicurio.registry.ccompat.rest.impl
Methods in io.apicurio.registry.ccompat.rest.impl that return SchemaInfo Modifier and Type Method Description SchemaInfoSchemasResourceImpl. getSchema(int id)Methods in io.apicurio.registry.ccompat.rest.impl with parameters of type SchemaInfo Modifier and Type Method Description SchemaIdSubjectVersionsResourceImpl. register(String subject, SchemaInfo request) -
Uses of SchemaInfo in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that return SchemaInfo Modifier and Type Method Description SchemaInfoFacadeConverter. convert(ContentHandle content, ArtifactType artifactType)SchemaInfoRegistryStorageFacade. getSchemaById(int contentId)SchemaInfoRegistryStorageFacadeImpl. getSchemaById(int contentId)
-