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 RegularExpression
RegularExpression. compile(String regex, ValidationContext validationContext)
RegularExpression
AllowRegularExpressionFactory. getRegularExpression(String regex)
RegularExpression
ECMAScriptRegularExpressionFactory. getRegularExpression(String regex)
RegularExpression
GraalJSRegularExpressionFactory. getRegularExpression(String regex)
RegularExpression
JDKRegularExpressionFactory. getRegularExpression(String regex)
RegularExpression
JoniRegularExpressionFactory. getRegularExpression(String regex)
RegularExpression
RegularExpressionFactory. getRegularExpression(String regex)
Gets aRegularExpression
.
-