Uses of Interface
org.hibernate.validator.internal.metadata.location.ConstraintLocation

Packages that use ConstraintLocation
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.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

Uses of ConstraintLocation in org.hibernate.validator.internal.cfg.context
 

Classes in org.hibernate.validator.internal.cfg.context with type parameters of type ConstraintLocation
 class ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation>
          Represents a programmatically configured constraint and meta-data related to its location (bean type etc.).
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.core
 

Methods in org.hibernate.validator.internal.metadata.core that return ConstraintLocation
 ConstraintLocation MetaConstraint.getLocation()
           
 

Constructors in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintLocation
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location)
           
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.location
 

Classes in org.hibernate.validator.internal.metadata.location that implement ConstraintLocation
 class 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).
 class CrossParameterConstraintLocation
          A ConstraintLocation representing all the parameters of a method or constructor; Used for cross-parameter constraints.
 class ExecutableConstraintLocation
          A ConstraintLocation implementation that represents a method or constructor.
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.raw
 

Methods in org.hibernate.validator.internal.metadata.raw that return ConstraintLocation
 ConstraintLocation ConstrainedElement.getLocation()
          Returns the location of this constrained element.
 ConstraintLocation AbstractConstrainedElement.getLocation()
           
 

Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type ConstraintLocation
AbstractConstrainedElement(ConfigurationSource source, ConstrainedElement.ConstrainedElementKind kind, ConstraintLocation location, Set<MetaConstraint<?>> constraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
           
 

Uses of ConstraintLocation in org.hibernate.validator.internal.xml
 

Methods in org.hibernate.validator.internal.xml with parameters of type ConstraintLocation
static
<A extends Annotation>
MetaConstraint<A>
MetaConstraintBuilder.buildMetaConstraint(ConstraintLocation constraintLocation, ConstraintType constraint, ElementType type, String defaultPackage, ConstraintHelper constraintHelper)
           
 



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