Class ValidityRuleExecutor
- java.lang.Object
-
- io.apicurio.registry.rules.validity.ValidityRuleExecutor
-
- All Implemented Interfaces:
RuleExecutor
@ApplicationScoped public class ValidityRuleExecutor extends Object implements RuleExecutor
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ValidityRuleExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(RuleContext context)
Executes the logic of the rule against the given context.
-
-
-
Method Detail
-
execute
public void execute(RuleContext context) throws RuleViolationException
Description copied from interface:RuleExecutor
Executes the logic of the rule against the given context. The context contains all data and meta-data necessary to execute the rule logic.- Specified by:
execute
in interfaceRuleExecutor
- Throws:
RuleViolationException
- See Also:
RuleExecutor.execute(io.apicurio.registry.rules.RuleContext)
-
-