Uses of Class
io.apicurio.registry.rest.v2.beans.RuleViolationCause
-
Packages that use RuleViolationCause Package Description io.apicurio.registry.rest.v2.beans -
-
Uses of RuleViolationCause in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return types with arguments of type RuleViolationCause Modifier and Type Method Description List<RuleViolationCause>
RuleViolationError. getCauses()
List of rule violation causes.Method parameters in io.apicurio.registry.rest.v2.beans with type arguments of type RuleViolationCause Modifier and Type Method Description void
RuleViolationError. setCauses(List<RuleViolationCause> causes)
List of rule violation causes.
-