Package com.networknt.schema.regex
Interface RegularExpressionFactory
-
- All Known Implementing Classes:
AllowRegularExpressionFactory
,ECMAScriptRegularExpressionFactory
,GraalJSRegularExpressionFactory
,JDKRegularExpressionFactory
,JoniRegularExpressionFactory
public interface RegularExpressionFactory
Factory forRegularExpression
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegularExpression
getRegularExpression(String regex)
Gets aRegularExpression
.
-
-
-
Method Detail
-
getRegularExpression
RegularExpression getRegularExpression(String regex)
Gets aRegularExpression
.- Parameters:
regex
- the regular expression text value- Returns:
- the regular expression
-
-