|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.validator.cfg.ConstraintDef<URLDef,URL>
org.hibernate.validator.cfg.defs.URLDef
public class URLDef
Field Summary |
---|
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef |
---|
constraintType, parameters |
Constructor Summary | |
---|---|
URLDef()
|
Method Summary | |
---|---|
URLDef |
flags(Pattern.Flag... flags)
|
URLDef |
host(String host)
|
URLDef |
port(int port)
|
URLDef |
protocol(String protocol)
|
URLDef |
regexp(String regexp)
|
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef |
---|
addParameter, groups, message, payload, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public URLDef()
Method Detail |
---|
public URLDef protocol(String protocol)
public URLDef host(String host)
public URLDef port(int port)
public URLDef regexp(String regexp)
public URLDef flags(Pattern.Flag... flags)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |