|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="tutorial.property.constraints.group") public interface GroupConstraintsProperties
A sample property set for the PropertyConstraintsWithGroupsTutorial
.
Method Summary | |
---|---|
int |
defaultGroup() Min and Max are active in the default group. |
de.smartics.properties.api.core.domain.PropertyKey |
defaultGroupPropertyKey() |
int |
startupGroup() A value with a minimum and maximum level, but this time the constraint that checks the value is associated with the Startup constraint group. |
de.smartics.properties.api.core.domain.PropertyKey |
startupGroupPropertyKey() |
Method Detail |
---|
@Min(value=3L) @Max(value=10L, groups=de.smartics.validation.constraints.groups.Startup.class) @PropertyLifecycle(access=READ_WRITE) int startupGroup()
Startup
constraint group.
The minimum value is 3
, but the maximum value is only set in the startup.
de.smartics.properties.api.core.domain.PropertyKey startupGroupPropertyKey()
@Min(value=3L) @Max(value=10L, groups=javax.validation.groups.Default.class) @PropertyLifecycle(access=READ_WRITE) int defaultGroup()
de.smartics.properties.api.core.domain.PropertyKey defaultGroupPropertyKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |