Uses of Enum Class
io.confluent.kafka.schemaregistry.client.rest.entities.RuleMode
Packages that use RuleMode
Package
Description
-
Uses of RuleMode in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return RuleModeModifier and TypeMethodDescriptionRule.getMode()static RuleModeReturns the enum constant of this class with the specified name.static RuleMode[]RuleMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type RuleModeConstructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type RuleMode -
Uses of RuleMode in io.confluent.kafka.schemaregistry.rules
Methods in io.confluent.kafka.schemaregistry.rules that return RuleModeConstructors in io.confluent.kafka.schemaregistry.rules with parameters of type RuleModeModifierConstructorDescriptionRuleContext(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)