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