JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.confluent.kafka.schemaregistry.rules
Interface ValidationRuleExecutor
public interface
ValidationRuleExecutor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
execute
(
ValidationRule
rule,
Object
schema,
Object
message)
Method Details
execute
Object
execute
(
ValidationRule
rule,
Object
schema,
Object
message)
throws
RuleException
Throws:
RuleException