Uses of Interface
com.networknt.schema.regex.RegularExpression
-
Packages that use RegularExpression Package Description com.networknt.schema com.networknt.schema.regex -
-
Uses of RegularExpression in com.networknt.schema
Fields in com.networknt.schema declared as RegularExpression Modifier and Type Field Description private RegularExpressionPatternValidator. compiledPatternFields in com.networknt.schema with type parameters of type RegularExpression Modifier and Type Field Description private java.util.List<RegularExpression>AdditionalPropertiesValidator. patternPropertiesprivate java.util.Map<RegularExpression,JsonSchema>PatternPropertiesValidator. schemas -
Uses of RegularExpression in com.networknt.schema.regex
Classes in com.networknt.schema.regex that implement RegularExpression Modifier and Type Class Description (package private) classJDKRegularExpressionJDKRegularExpression.(package private) classJoniRegularExpressionJoniRegularExpression.Methods in com.networknt.schema.regex that return RegularExpression Modifier and Type Method Description static RegularExpressionRegularExpression. compile(java.lang.String regex, ValidationContext validationContext)RegularExpressionAllowRegularExpressionFactory. getRegularExpression(java.lang.String regex)RegularExpressionECMAScriptRegularExpressionFactory. getRegularExpression(java.lang.String regex)RegularExpressionJDKRegularExpressionFactory. getRegularExpression(java.lang.String regex)RegularExpressionJoniRegularExpressionFactory. getRegularExpression(java.lang.String regex)RegularExpressionRegularExpressionFactory. getRegularExpression(java.lang.String regex)Gets aRegularExpression.
-