Uses of Class
io.confluent.kafka.schemaregistry.storage.RuleSet
Packages that use RuleSet
-
Uses of RuleSet in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return RuleSetModifier and TypeMethodDescriptionConfigValue.getDefaultRuleSet()ConfigValue.getOverrideRuleSet()SchemaValue.getRuleSet()Methods in io.confluent.kafka.schemaregistry.storage with parameters of type RuleSetModifier and TypeMethodDescriptionvoidConfigValue.setDefaultRuleSet(RuleSet defaultRuleSet) voidConfigValue.setOverrideRuleSet(RuleSet overrideRuleSet) voidSchemaValue.setRuleSet(RuleSet ruleSet) Constructors in io.confluent.kafka.schemaregistry.storage with parameters of type RuleSetModifierConstructorDescriptionConfigValue(String subject, String alias, String aliasForDeks, Boolean normalize, Boolean validateFields, Boolean validateNewSchemas, Boolean validateRules, CompatibilityLevel compatibilityLevel, CompatibilityPolicy compatibilityPolicy, String compatibilityGroup, Metadata defaultMetadata, Metadata overrideMetadata, RuleSet defaultRuleSet, RuleSet overrideRuleSet) SchemaValue(String subject, Integer version, Integer id, String md5, String schemaType, List<SchemaReference> references, Metadata metadata, RuleSet ruleSet, String schema, boolean deleted)