Class SimpleViolationsContainer

    • Constructor Detail

      • SimpleViolationsContainer

        public SimpleViolationsContainer​(Object target)
      • SimpleViolationsContainer

        public SimpleViolationsContainer​(Set<javax.validation.ConstraintViolation<Object>> cvs)
    • Method Detail

      • addViolations

        public void addViolations​(Set<javax.validation.ConstraintViolation<Object>> cvs)
        If some ConstraintViolations are created by Resteasy and some are created by CDI, two essentially identical ones might appear to be different. For example, those created by Resteasy might refer to CDI proxy classes while those created by CDI might refer to the backing java classes.
        Overrides:
        addViolations in class SimpleViolationsContainer