Class RuleSet
java.lang.Object
io.confluent.kafka.schemaregistry.client.rest.entities.RuleSet
Rule set, which includes migration rules (for migrating between versions), domain rules
(for business logic), and encoding rules (for encoding logic).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanhasRulesWithType(String type) booleanisEmpty()static RuleSetmergeRuleSets(RuleSet oldRuleSet, RuleSet newRuleSet) toString()voidvoidvalidate()
-
Constructor Details
-
RuleSet
-
RuleSet
-
-
Method Details
-
getMigrationRules
-
getDomainRules
-
getEncodingRules
-
isEmpty
public boolean isEmpty() -
getRules
-
hasRules
-
hasRulesWithType
-
equals
-
hashCode
public int hashCode() -
toString
-
updateHash
-
validate
- Throws:
RuleException
-
mergeRuleSets
-