public class RequireDecimalSeparatorValidator extends ValidationMatcher
NumberParseMatcher.Flexible| Modifier and Type | Method and Description |
|---|---|
static RequireDecimalSeparatorValidator |
getInstance(boolean patternHasDecimalSeparator) |
void |
postProcess(ParsedNumber result)
Method called at the end of a parse, after all matchers have failed to consume any more chars.
|
String |
toString() |
match, smokeTestpublic static RequireDecimalSeparatorValidator getInstance(boolean patternHasDecimalSeparator)
public void postProcess(ParsedNumber result)
NumberParseMatcherresult - The data structure to store results.