Class ResteasyConstraintViolation

    • Constructor Detail

      • ResteasyConstraintViolation

        public ResteasyConstraintViolation()
    • Method Detail

      • getConstraintType

        public ConstraintType.Type getConstraintType()
        Returns:
        type of constraint
      • getPath

        public String getPath()
        Returns:
        description of element violating constraint
      • getMessage

        public String getMessage()
        Returns:
        description of constraint violation
      • getValue

        public String getValue()
        Returns:
        object in violation of constraint
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        String representation of violation
      • type

        public String type()
        Returns:
        String form of violation type
      • setPath

        public void setPath​(String path)
      • setMessage

        public void setMessage​(String message)
      • setValue

        public void setValue​(String value)