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.BuilderStringSchema.Builder. pattern(Regexp pattern)ObjectSchema.BuilderObjectSchema.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 RegexpJavaUtilRegexpFactory. createHandler(String regexp)RegexpRE2JRegexpFactory. createHandler(String input)RegexpRegexpFactory. createHandler(String input)
-