Package org.hibernate.validator.metadata.location

Contains types for the representation of constraint locations.

See:
          Description

Interface Summary
ConstraintLocation Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
 

Class Summary
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.
 

Package org.hibernate.validator.metadata.location Description

Contains types for the representation of constraint locations.



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved