Interface Validator<T>

    • Method Detail

      • assertFalse

        static <T> void assertFalse​(Predicate<T> predicate,
                                    String message,
                                    boolean warn,
                                    T components,
                                    Object... messageParams)
      • validate

        void validate​(T target)
               throws ValidationException
        Validates the associated model against an applicable standard.
        Throws:
        ValidationException - where the model does not confirm to the applicable standard