Class IntegerConstraint

java.lang.Object
org.ocpsoft.rewrite.showcase.rest.IntegerConstraint
All Implemented Interfaces:
org.ocpsoft.rewrite.param.Constraint<String>, org.ocpsoft.rewrite.param.ParameterConfigurator

public final class IntegerConstraint extends Object implements org.ocpsoft.rewrite.param.Constraint<String>
  • Constructor Details

    • IntegerConstraint

      public IntegerConstraint()
  • Method Details

    • isSatisfiedBy

      public boolean isSatisfiedBy(org.ocpsoft.rewrite.event.Rewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, String value)
      Specified by:
      isSatisfiedBy in interface org.ocpsoft.rewrite.param.Constraint<String>