Class NotNullConstraint

    • Method Detail

      • validate

        public boolean validate​(Object object)
        Description copied from interface: Constraint
        Validates the given object against this constraint.

        If some object is null. Constraint should return true while validating unless the constraint deals with nullable state.

        Parameters:
        object - the object to validate
        Returns:
        true if the object was successfully validated, false otherwise
      • getDescription

        public Constraint.Description getDescription()
        Here, value is :
        name = "NotNullConstraint".
        parameters is empty
        Returns:
        The constraint description.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object