Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return types with arguments of type RuleModifier and TypeMethodDescriptionRuleSet.getDomainRules()RuleSet.getEncodingRules()RuleSet.getMigrationRules()Constructor parameters in io.confluent.kafka.schemaregistry.client.rest.entities with type arguments of type Rule -
Uses of Rule in io.confluent.kafka.schemaregistry.rules
Methods in io.confluent.kafka.schemaregistry.rules that return RuleMethods in io.confluent.kafka.schemaregistry.rules that return types with arguments of type RuleConstructors in io.confluent.kafka.schemaregistry.rules with parameters of type RuleModifierConstructorDescriptionRuleConditionException(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 parameters in io.confluent.kafka.schemaregistry.rules with type arguments of type RuleModifierConstructorDescriptionRuleContext(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)