Uses of Class
io.apicurio.registry.cncf.schemaregistry.beans.SchemaId
-
Packages that use SchemaId Package Description io.apicurio.registry.cncf.schemaregistry io.apicurio.registry.cncf.schemaregistry.impl -
-
Uses of SchemaId in io.apicurio.registry.cncf.schemaregistry
Methods in io.apicurio.registry.cncf.schemaregistry that return types with arguments of type SchemaId Modifier and Type Method Description CompletionStage<SchemaId>
SchemagroupsResource. createSchema(String groupId, String schemaId, InputStream data)
Register schema. -
Uses of SchemaId in io.apicurio.registry.cncf.schemaregistry.impl
Methods in io.apicurio.registry.cncf.schemaregistry.impl that return types with arguments of type SchemaId Modifier and Type Method Description CompletionStage<SchemaId>
SchemagroupsResourceImpl. createSchema(String groupId, String schemaId, InputStream data)
-