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