|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.cfg.ConstraintDef<Length>
org.hibernate.validator.cfg.defs.LengthDef
public class LengthDef
| Field Summary |
|---|
| Fields inherited from class org.hibernate.validator.cfg.ConstraintDef |
|---|
beanType, constraintType, elementType, mapping, parameters, property |
| Constructor Summary | |
|---|---|
LengthDef(Class<?> beanType,
String property,
ElementType elementType,
ConstraintMapping mapping)
|
|
| Method Summary | |
|---|---|
LengthDef |
groups(Class<?>... groups)
|
LengthDef |
max(int max)
|
LengthDef |
message(String message)
|
LengthDef |
min(int min)
|
LengthDef |
payload(Class<? extends javax.validation.Payload>... payload)
|
| 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 LengthDef(Class<?> beanType,
String property,
ElementType elementType,
ConstraintMapping mapping)
| Method Detail |
|---|
public LengthDef message(String message)
message in class ConstraintDef<Length>public LengthDef groups(Class<?>... groups)
groups in class ConstraintDef<Length>public LengthDef payload(Class<? extends javax.validation.Payload>... payload)
payload in class ConstraintDef<Length>public LengthDef min(int min)
public LengthDef max(int max)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||