Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.SchemaTags
Packages that use SchemaTags
Package
Description
-
Uses of SchemaTags in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return types with arguments of type SchemaTagsMethod parameters in io.confluent.kafka.schemaregistry.client.rest.entities with type arguments of type SchemaTagsModifier and TypeMethodDescriptionvoidSchema.setSchemaTags(List<SchemaTags> schemaTags) voidSchemaString.setSchemaTags(List<SchemaTags> schemaTags) -
Uses of SchemaTags in io.confluent.kafka.schemaregistry.client.rest.entities.requests
Methods in io.confluent.kafka.schemaregistry.client.rest.entities.requests that return types with arguments of type SchemaTagsModifier and TypeMethodDescriptionRegisterSchemaRequest.getSchemaTagsToAdd()RegisterSchemaRequest.getSchemaTagsToRemove()TagSchemaRequest.getTagsToAdd()TagSchemaRequest.getTagsToRemove()Method parameters in io.confluent.kafka.schemaregistry.client.rest.entities.requests with type arguments of type SchemaTagsModifier and TypeMethodDescriptionstatic Map<SchemaEntity,Set<String>> TagSchemaRequest.schemaTagsListToMap(List<SchemaTags> schemaTags) voidRegisterSchemaRequest.setSchemaTagsToAdd(List<SchemaTags> schemaTagsToAdd) voidRegisterSchemaRequest.setSchemaTagsToRemove(List<SchemaTags> schemaTagsToRemove) voidTagSchemaRequest.setTagsToAdd(List<SchemaTags> tagsToAdd) voidTagSchemaRequest.setTagsToRemove(List<SchemaTags> tagsToRemove)