|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.cfg.ConstraintDef<Pattern>
org.hibernate.validator.cfg.defs.PatternDef
public class PatternDef
| Field Summary |
|---|
| Fields inherited from class org.hibernate.validator.cfg.ConstraintDef |
|---|
beanType, constraintType, elementType, mapping, parameters, property |
| Constructor Summary | |
|---|---|
PatternDef(Class<?> beanType,
String property,
ElementType elementType,
ConstraintMapping mapping)
|
|
| Method Summary | |
|---|---|
PatternDef |
flags(Pattern.Flag[] flags)
|
PatternDef |
groups(Class<?>... groups)
|
PatternDef |
message(String message)
|
PatternDef |
payload(Class<? extends Payload>... payload)
|
PatternDef |
regexp(String regexp)
|
| Methods inherited from class org.hibernate.validator.cfg.ConstraintDef |
|---|
addParameter, constraint, property, toString, type, valid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PatternDef(Class<?> beanType,
String property,
ElementType elementType,
ConstraintMapping mapping)
| Method Detail |
|---|
public PatternDef message(String message)
message in class ConstraintDef<Pattern>public PatternDef groups(Class<?>... groups)
groups in class ConstraintDef<Pattern>public PatternDef payload(Class<? extends Payload>... payload)
payload in class ConstraintDef<Pattern>public PatternDef flags(Pattern.Flag[] flags)
public PatternDef regexp(String regexp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||