Uses of Interface
org.everit.json.schema.regexp.Regexp
-
Packages that use Regexp Package Description org.everit.json.schema org.everit.json.schema.regexp -
-
Uses of Regexp in org.everit.json.schema
Methods in org.everit.json.schema with parameters of type Regexp Modifier and Type Method Description StringSchema.Builder
StringSchema.Builder. pattern(Regexp pattern)
ObjectSchema.Builder
ObjectSchema.Builder. patternProperty(Regexp pattern, Schema schema)
-
Uses of Regexp in org.everit.json.schema.regexp
Methods in org.everit.json.schema.regexp that return Regexp Modifier and Type Method Description Regexp
JavaUtilRegexpFactory. createHandler(String regexp)
Regexp
RE2JRegexpFactory. createHandler(String input)
Regexp
RegexpFactory. createHandler(String input)
-