Package com.networknt.schema.regex
Interface RegularExpressionFactory
- All Known Implementing Classes:
AllowRegularExpressionFactory
,ECMAScriptRegularExpressionFactory
,GraalJSRegularExpressionFactory
,JDKRegularExpressionFactory
,JoniRegularExpressionFactory
public interface RegularExpressionFactory
Factory for
RegularExpression
.-
Method Summary
-
Method Details
-
getRegularExpression
Gets aRegularExpression
.- Parameters:
regex
- the regular expression text value- Returns:
- the regular expression
-