| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client.rest.entities | |
| io.confluent.kafka.schemaregistry.rules |
| Modifier and Type | Method and Description |
|---|---|
RuleMode |
Rule.getMode() |
static RuleMode |
RuleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleMode[] |
RuleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleSet.hasRules(RuleMode mode) |
| Constructor and Description |
|---|
Rule(String name,
String doc,
RuleKind kind,
RuleMode mode,
String type,
Set<String> tags,
Map<String,String> params,
String expr,
String onSuccess,
String onFailure,
boolean disabled) |
| Modifier and Type | Method and Description |
|---|---|
RuleMode |
RuleContext.ruleMode() |
| 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.