Uses of Class
io.confluent.kafka.schemaregistry.rules.RuleResult
Packages that use RuleResult
-
Uses of RuleResult in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return types with arguments of type RuleResultModifier and TypeMethodDescriptiondefault List<RuleResult>ParsedSchemaAndValue.getRuleResults()Results of the rules visited during deserialization, one entry per rule (including rules that were skipped because they were disabled, in the wrong execution environment, or whose mode did not match the current phase).