Uses of Interface
com.networknt.schema.regex.RegularExpression
Packages that use RegularExpression
-
Uses of RegularExpression in com.networknt.schema.regex
Methods in com.networknt.schema.regex that return RegularExpressionModifier and TypeMethodDescriptionstatic RegularExpressionRegularExpression.compile(String regex, SchemaContext schemaContext) AllowRegularExpressionFactory.getRegularExpression(String regex) AllowRegularExpressionFactory.getRegularExpression(String regex, SchemaContext schemaContext) ECMAScriptRegularExpressionFactory.getRegularExpression(String regex) ECMAScriptRegularExpressionFactory.getRegularExpression(String regex, SchemaContext schemaContext) GraalJSRegularExpressionFactory.getRegularExpression(String regex) GraalJSRegularExpressionFactory.getRegularExpression(String regex, SchemaContext schemaContext) JDKRegularExpressionFactory.getRegularExpression(String regex) JoniRegularExpressionFactory.getRegularExpression(String regex) RegularExpressionFactory.getRegularExpression(String regex) Gets aRegularExpression.default RegularExpressionRegularExpressionFactory.getRegularExpression(String regex, SchemaContext schemaContext) Gets aRegularExpressionin the context of the schema being evaluated.