Uses of Class
org.nuxeo.ecm.core.api.validation.ConstraintViolation.PathNode
-
Packages that use ConstraintViolation.PathNode Package Description org.nuxeo.ecm.core.api.validation -
-
Uses of ConstraintViolation.PathNode in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation that return types with arguments of type ConstraintViolation.PathNode Modifier and Type Method Description List<ConstraintViolation.PathNode>
ConstraintViolation. getPath()
Constructor parameters in org.nuxeo.ecm.core.api.validation with type arguments of type ConstraintViolation.PathNode Constructor Description ConstraintViolation(Schema schema, List<ConstraintViolation.PathNode> fieldPath, Constraint constraint, Object invalidValue)
-