Interface TypeEditor.ConstraintViolationCallback

Enclosing class:
TypeEditor

@ConsumerType public static interface TypeEditor.ConstraintViolationCallback
Extension point that allows pluggable handling of constraint violations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConstraintViolation(String path, List<String> nodeTypeNames, int code, String message)
    Invoked whenever a constraint violation is detected.