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 RegularExpression
PatternValidator. compiledPattern
Fields in com.networknt.schema with type parameters of type RegularExpression Modifier and Type Field Description private java.util.List<RegularExpression>
AdditionalPropertiesValidator. patternProperties
private 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) class
JDKRegularExpression
JDKRegularExpression
.(package private) class
JoniRegularExpression
JoniRegularExpression
.Methods in com.networknt.schema.regex that return RegularExpression Modifier and Type Method Description static RegularExpression
RegularExpression. compile(java.lang.String regex, ValidationContext validationContext)
RegularExpression
AllowRegularExpressionFactory. getRegularExpression(java.lang.String regex)
RegularExpression
ECMAScriptRegularExpressionFactory. getRegularExpression(java.lang.String regex)
RegularExpression
JDKRegularExpressionFactory. getRegularExpression(java.lang.String regex)
RegularExpression
JoniRegularExpressionFactory. getRegularExpression(java.lang.String regex)
RegularExpression
RegularExpressionFactory. getRegularExpression(java.lang.String regex)
Gets aRegularExpression
.
-