Uses of Class
org.hibernate.validator.cfg.defs.URLDef
-
Packages that use URLDef Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. -
-
Uses of URLDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return URLDef Modifier and Type Method Description URLDefURLDef. flags(Pattern.Flag... flags)URLDefURLDef. host(String host)URLDefURLDef. port(int port)URLDefURLDef. protocol(String protocol)URLDefURLDef. regexp(String regexp)
-