Uses of Class
org.hibernate.validator.cfg.defs.URLDef

Packages that use URLDef
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
 URLDef URLDef.flags(javax.validation.constraints.Pattern.Flag... flags)
           
 URLDef URLDef.host(java.lang.String host)
           
 URLDef URLDef.port(int port)
           
 URLDef URLDef.protocol(java.lang.String protocol)
           
 URLDef URLDef.regexp(java.lang.String regexp)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.