Uses of Interface
com.networknt.schema.regex.RegularExpression
-
Packages that use RegularExpression Package Description com.networknt.schema.regex -
-
Uses of RegularExpression in com.networknt.schema.regex
Methods in com.networknt.schema.regex that return RegularExpression Modifier and Type Method Description static RegularExpressionRegularExpression. compile(String regex, ValidationContext validationContext)RegularExpressionAllowRegularExpressionFactory. getRegularExpression(String regex)RegularExpressionECMAScriptRegularExpressionFactory. getRegularExpression(String regex)RegularExpressionGraalJSRegularExpressionFactory. getRegularExpression(String regex)RegularExpressionJDKRegularExpressionFactory. getRegularExpression(String regex)RegularExpressionJoniRegularExpressionFactory. getRegularExpression(String regex)RegularExpressionRegularExpressionFactory. getRegularExpression(String regex)Gets aRegularExpression.
-