|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyTarget
Facet of a constraint mapping creational context which allows to the select the bean property to which the next operations shall apply.
Method Summary | |
---|---|
PropertyConstraintMappingContext |
property(String property,
ElementType type)
Selects a property to which the next operations shall apply. |
Method Detail |
---|
PropertyConstraintMappingContext property(String property, ElementType type)
Until this method is called constraints apply on class level. After calling this method constraints apply on the specified property with the given access type.
property
- The property on which to apply the following constraints (Java Bean notation).type
- The access type (field/property).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |