Uses of Interface
com.networknt.schema.regex.RegularExpression
Packages that use RegularExpression
-
Uses of RegularExpression in com.networknt.schema
Fields in com.networknt.schema declared as RegularExpressionModifier and TypeFieldDescriptionprivate final RegularExpression
PatternValidator.compiledPattern
Fields in com.networknt.schema with type parameters of type RegularExpressionModifier and TypeFieldDescriptionprivate final List
<RegularExpression> AdditionalPropertiesValidator.patternProperties
private final Map
<RegularExpression, JsonSchema> PatternPropertiesValidator.schemas
-
Uses of RegularExpression in com.networknt.schema.regex
Classes in com.networknt.schema.regex that implement RegularExpressionModifier and TypeClassDescription(package private) class
JDKRegularExpression
.(package private) class
JoniRegularExpression
.Methods in com.networknt.schema.regex that return RegularExpressionModifier and TypeMethodDescriptionstatic RegularExpression
RegularExpression.compile
(String regex, ValidationContext validationContext) AllowRegularExpressionFactory.getRegularExpression
(String regex) ECMAScriptRegularExpressionFactory.getRegularExpression
(String regex) JDKRegularExpressionFactory.getRegularExpression
(String regex) JoniRegularExpressionFactory.getRegularExpression
(String regex) RegularExpressionFactory.getRegularExpression
(String regex) Gets aRegularExpression
.