| Modifier and Type | Method and Description |
|---|---|
default Map<SchemaEntity,Set<String>> |
ParsedSchema.inlineTaggedEntities()
Returns the inline tagged entities of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
ParsedSchema |
ParsedSchema.copy(Map<SchemaEntity,Set<String>> tagsToAdd,
Map<SchemaEntity,Set<String>> tagsToRemove)
Returns a copy of this schema, but with the given tags.
|
ParsedSchema |
ParsedSchema.copy(Map<SchemaEntity,Set<String>> tagsToAdd,
Map<SchemaEntity,Set<String>> tagsToRemove)
Returns a copy of this schema, but with the given tags.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SchemaEntity,Set<String>> |
AvroSchema.inlineTaggedEntities() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
AvroSchemaUtils.findMatchingEntity(com.fasterxml.jackson.databind.JsonNode node,
SchemaEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
ParsedSchema |
AvroSchema.copy(Map<SchemaEntity,Set<String>> tagsToAdd,
Map<SchemaEntity,Set<String>> tagsToRemove) |
ParsedSchema |
AvroSchema.copy(Map<SchemaEntity,Set<String>> tagsToAdd,
Map<SchemaEntity,Set<String>> tagsToRemove) |
| Modifier and Type | Method and Description |
|---|---|
SchemaEntity |
SchemaTags.getSchemaEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTags.setSchemaEntity(SchemaEntity schemaEntity) |
| Constructor and Description |
|---|
SchemaTags(SchemaEntity schemaEntity,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
static Map<SchemaEntity,Set<String>> |
TagSchemaRequest.schemaTagsListToMap(List<SchemaTags> schemaTags) |
Copyright © 2025 Confluent, Inc.. All rights reserved.