See: Description
Interface | Description |
---|---|
ConstraintLocation |
Implementations describe the location at which a constraint is specified (a
bean, a method parameter etc.).
|
Class | Description |
---|---|
BeanConstraintLocation |
A
ConstraintLocation implementation that represents either a bean (in case of class-level
constraints), a field or a getter method (in case of property-level constraints). |
CrossParameterConstraintLocation |
A
ConstraintLocation representing all the parameters of a method or
constructor; Used for cross-parameter constraints. |
ExecutableConstraintLocation |
A
ConstraintLocation implementation that represents a method or constructor. |
Contains types for the representation of constraint locations.
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved