Uses of Interface
io.apicurio.registry.rules.RuleExecutor
-
Packages that use RuleExecutor Package Description io.apicurio.registry.rules io.apicurio.registry.rules.compatibility io.apicurio.registry.rules.validity -
-
Uses of RuleExecutor in io.apicurio.registry.rules
Methods in io.apicurio.registry.rules that return RuleExecutor Modifier and Type Method Description RuleExecutor
RuleExecutorFactory. createExecutor(RuleType ruleType)
-
Uses of RuleExecutor in io.apicurio.registry.rules.compatibility
Classes in io.apicurio.registry.rules.compatibility that implement RuleExecutor Modifier and Type Class Description class
CompatibilityRuleExecutor
Rule executor for the "Compatibility" rule. -
Uses of RuleExecutor in io.apicurio.registry.rules.validity
Classes in io.apicurio.registry.rules.validity that implement RuleExecutor Modifier and Type Class Description class
ValidityRuleExecutor
-