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 RuleModifier and TypeMethodDescriptionRuleException.getRule()Returns the rule that caused this exception, or null if unknown.RuleContext.rule()Methods in io.confluent.kafka.schemaregistry.rules that return types with arguments of type RuleConstructors in io.confluent.kafka.schemaregistry.rules with parameters of type RuleModifierConstructorDescriptionRuleClientException(Rule rule, String message) RuleClientException(Rule rule, String message, Throwable cause) RuleClientException(Rule rule, Throwable cause) RuleConditionException(Rule rule) RuleContext(Map<String, ?> configs, ExecutionEnvironment enabledEnv, 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) RuleException(Rule rule, String message) RuleException(Rule rule, String message, Throwable cause) RuleException(Rule rule, Throwable cause) Constructor parameters in io.confluent.kafka.schemaregistry.rules with type arguments of type RuleModifierConstructorDescriptionRuleContext(Map<String, ?> configs, ExecutionEnvironment enabledEnv, 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)