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 RegularExpressionPatternValidator.compiledPatternFields in com.networknt.schema with type parameters of type RegularExpressionModifier and TypeFieldDescriptionprivate final List<RegularExpression> AdditionalPropertiesValidator.patternPropertiesprivate 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) classJDKRegularExpression.(package private) classJoniRegularExpression.Methods in com.networknt.schema.regex that return RegularExpressionModifier and TypeMethodDescriptionstatic RegularExpressionRegularExpression.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.