Class NoOpConstraint

  • All Implemented Interfaces:
    Constraint

    public class NoOpConstraint
    extends AbstractConstraint
    A No operation constraint, it does nothing
    Author:
    Gethin James
    • Constructor Detail

      • NoOpConstraint

        public NoOpConstraint()
    • Method Detail

      • evaluateSingleValue

        protected void evaluateSingleValue​(java.lang.Object value)
        Description copied from class: AbstractConstraint
        Support for evaluation of properties. The value passed in will never be a Collection and will never be null.
        Specified by:
        evaluateSingleValue in class AbstractConstraint