Package org.hibernate.validator.cfg.defs
Class URLDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<URLDef,URL>
-
- org.hibernate.validator.cfg.defs.URLDef
-
public class URLDef extends ConstraintDef<URLDef,URL>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description URLDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLDefflags(Pattern.Flag... flags)URLDefhost(String host)URLDefport(int port)URLDefprotocol(String protocol)URLDefregexp(String regexp)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-