Interface Constraint<T>

    • Method Detail

      • getType

        Class<T> getType()
        Returns:
        method which returns the type for which the constraint is applied
      • isBreakingConstraint

        boolean isBreakingConstraint()
        Returns:
        a flag if constraint is breaking and if violated no further constraints should be checked (e.q. because of a NullPointer)