org.springjutsu.validation.executors.impl
Class NumericRuleExecutor
java.lang.Object
org.springjutsu.validation.executors.ValidWhenEmptyRuleExecutor
org.springjutsu.validation.executors.RegexMatchRuleExecutor
org.springjutsu.validation.executors.impl.NumericRuleExecutor
- All Implemented Interfaces:
- RuleExecutor
public class NumericRuleExecutor
- extends RegexMatchRuleExecutor
Asserts that the model is in fact numeric.
- Author:
- Clark Duplichien, Taylor Wicksell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMERIC_PATTERN
public static final String NUMERIC_PATTERN
- A strict numeric pattern.
- See Also:
- Constant Field Values
NumericRuleExecutor
public NumericRuleExecutor()
getRegularExpression
public String getRegularExpression()
- Specified by:
getRegularExpression in class RegexMatchRuleExecutor
Copyright © 2013 Spring Jutsu. All Rights Reserved.