Uses of Package
org.hibernate.validator.metadata.location

Packages that use org.hibernate.validator.metadata.location
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.metadata.location Contains types for the representation of constraint locations. 
 

Classes in org.hibernate.validator.metadata.location used by org.hibernate.validator.cfg.context.impl
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).
ConstraintLocation
          Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
MethodConstraintLocation
          A ConstraintLocation implementation that represents a method parameter or return value.
 

Classes in org.hibernate.validator.metadata.location used by org.hibernate.validator.metadata
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).
ConstraintLocation
          Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
MethodConstraintLocation
          A ConstraintLocation implementation that represents a method parameter or return value.
 

Classes in org.hibernate.validator.metadata.location used by org.hibernate.validator.metadata.location
ConstraintLocation
          Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
 



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