org.eel.kitchen.jsonschema.format
Class RegexFormatSpecifier
java.lang.Object
org.eel.kitchen.jsonschema.format.FormatSpecifier
org.eel.kitchen.jsonschema.format.RegexFormatSpecifier
public final class RegexFormatSpecifier
- extends FormatSpecifier
Validator for the regex format specification
Again, here, we do not use java.util.regex because it
does not fit the bill.
- See Also:
RhinoHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static FormatSpecifier getInstance()
Copyright © 2012. All Rights Reserved.