| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client.rest.entities | |
| io.confluent.kafka.schemaregistry.client.rest.entities.requests |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTags> |
Schema.getSchemaTags() |
List<SchemaTags> |
SchemaString.getSchemaTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setSchemaTags(List<SchemaTags> schemaTags) |
void |
SchemaString.setSchemaTags(List<SchemaTags> schemaTags) |
| Constructor and Description |
|---|
Schema(String subject,
Integer version,
Integer id,
String schemaType,
List<SchemaReference> references,
Metadata metadata,
RuleSet ruleSet,
String schema,
List<SchemaTags> schemaTags) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTags> |
RegisterSchemaRequest.getSchemaTagsToAdd() |
List<SchemaTags> |
RegisterSchemaRequest.getSchemaTagsToRemove() |
List<SchemaTags> |
TagSchemaRequest.getTagsToAdd() |
List<SchemaTags> |
TagSchemaRequest.getTagsToRemove() |
| Modifier and Type | Method and Description |
|---|---|
static Map<SchemaEntity,Set<String>> |
TagSchemaRequest.schemaTagsListToMap(List<SchemaTags> schemaTags) |
void |
RegisterSchemaRequest.setSchemaTagsToAdd(List<SchemaTags> schemaTagsToAdd) |
void |
RegisterSchemaRequest.setSchemaTagsToRemove(List<SchemaTags> schemaTagsToRemove) |
void |
TagSchemaRequest.setTagsToAdd(List<SchemaTags> tagsToAdd) |
void |
TagSchemaRequest.setTagsToRemove(List<SchemaTags> tagsToRemove) |
Copyright © 2025 Confluent, Inc.. All rights reserved.