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

Packages that use URLDef
org.hibernate.validator.cfg.defs Helper 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.groups(Class<?>... groups)
           
 URLDef URLDef.host(String host)
           
 URLDef URLDef.message(String message)
           
 URLDef URLDef.payload(Class<? extends javax.validation.Payload>... payload)
           
 URLDef URLDef.port(int port)
           
 URLDef URLDef.protocol(String protocol)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.