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). |
MethodConstraintLocation |
A
ConstraintLocation implementation that represents a method
parameter or return value. |
Contains types for the representation of constraint locations.
Copyright © 2018 JBoss by Red Hat. All rights reserved.