| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client.rest.entities | |
| io.confluent.kafka.schemaregistry.rules |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleSet.getDomainRules() |
List<Rule> |
RuleSet.getMigrationRules() |
| Constructor and Description |
|---|
RuleSet(List<Rule> migrationRules,
List<Rule> domainRules) |
RuleSet(List<Rule> migrationRules,
List<Rule> domainRules) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleContext.rule() |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleContext.rules() |
| Constructor and Description |
|---|
RuleConditionException(Rule rule) |
RuleContext(Map<String,?> configs,
ParsedSchema source,
ParsedSchema target,
String subject,
String topic,
org.apache.kafka.common.header.Headers headers,
Object originalKey,
Object originalValue,
boolean isKey,
RuleMode ruleMode,
Rule rule,
int index,
List<Rule> rules) |
| Constructor and Description |
|---|
RuleContext(Map<String,?> configs,
ParsedSchema source,
ParsedSchema target,
String subject,
String topic,
org.apache.kafka.common.header.Headers headers,
Object originalKey,
Object originalValue,
boolean isKey,
RuleMode ruleMode,
Rule rule,
int index,
List<Rule> rules) |
Copyright © 2025 Confluent, Inc.. All rights reserved.