Uses of Class
io.apicurio.registry.rules.RuleContext
-
Packages that use RuleContext Package Description io.apicurio.registry.rules io.apicurio.registry.rules.compatibility io.apicurio.registry.rules.validity -
-
Uses of RuleContext in io.apicurio.registry.rules
Methods in io.apicurio.registry.rules with parameters of type RuleContext Modifier and Type Method Description void
RuleExecutor. execute(RuleContext context)
Executes the logic of the rule against the given context. -
Uses of RuleContext in io.apicurio.registry.rules.compatibility
Methods in io.apicurio.registry.rules.compatibility with parameters of type RuleContext Modifier and Type Method Description void
CompatibilityRuleExecutor. execute(RuleContext context)
-
Uses of RuleContext in io.apicurio.registry.rules.validity
Methods in io.apicurio.registry.rules.validity with parameters of type RuleContext Modifier and Type Method Description void
ValidityRuleExecutor. execute(RuleContext context)
-