Class SimpleConstraintChecker


  • @Deprecated
    public class SimpleConstraintChecker
    extends java.lang.Object
    Deprecated.
    Simple check of numeric values against expressions like < N, > N, between two values etc. See the SimpleConstraintCheckerTest for examples.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONTAINS
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void check​(java.lang.Object inputValue, java.lang.String constraint, ResultLog resultLog)
      Deprecated.
      Check value against expression and report to result
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleConstraintChecker

        public SimpleConstraintChecker()
        Deprecated.
    • Method Detail

      • check

        public void check​(java.lang.Object inputValue,
                          java.lang.String constraint,
                          ResultLog resultLog)
        Deprecated.
        Check value against expression and report to result