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

Packages that use org.hibernate.validator.internal.metadata.location
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.metadata.core   
org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations. 
org.hibernate.validator.internal.metadata.provider Abstraction of the meta data sources - annotation, xml, programmatic 
org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
 

Classes in org.hibernate.validator.internal.metadata.location used by org.hibernate.validator.internal.cfg.context
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.internal.metadata.location used by org.hibernate.validator.internal.metadata.core
ConstraintLocation
          Implementations describe the location at which a constraint is specified (a bean, a method parameter etc.).
 

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

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

Classes in org.hibernate.validator.internal.metadata.location used by org.hibernate.validator.internal.metadata.raw
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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.