@Path(value="/confluent/schemas") @Consumes(value={"application/json","application/vnd.schemaregistry.v1+json"}) @Produces(value={"application/json","application/vnd.schemaregistry.v1+json"}) public class SchemasResource extends AbstractResource
log
Constructor and Description |
---|
SchemasResource() |
Modifier and Type | Method and Description |
---|---|
SchemaString |
getSchema(Integer id) |
checkSubject
@GET @Path(value="/ids/{id}") public SchemaString getSchema(@PathParam(value="id") Integer id)
Copyright © 2019 Red Hat. All rights reserved.