Uses of Class
org.hibernate.validator.internal.metadata.core.MetaConstraint

Packages that use MetaConstraint
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
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 MetaConstraint in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine with parameters of type MetaConstraint
 boolean ValidationContext.hasMetaConstraintBeenProcessed(Object bean, Path path, MetaConstraint<?> metaConstraint)
           
 void ValidationContext.markConstraintProcessed(Object bean, Path path, MetaConstraint<?> metaConstraint)
           
 

Uses of MetaConstraint in org.hibernate.validator.internal.metadata.aggregated
 

Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type MetaConstraint
protected  Set<MetaConstraint<?>> MetaDataBuilder.adaptOriginsAndImplicitGroups(Set<MetaConstraint<?>> constraints)
          Adapts the given constraints to the given bean type.
protected  Set<MetaConstraint<?>> MetaDataBuilder.getConstraints()
           
 Set<MetaConstraint<?>> AbstractConstraintMetaData.getConstraints()
           
 Set<MetaConstraint<?>> ExecutableMetaData.getCrossParameterConstraints()
          Returns the cross-parameter constraints declared for the represented method or constructor.
 Set<MetaConstraint<?>> BeanMetaDataImpl.getDirectMetaConstraints()
           
 Set<MetaConstraint<?>> BeanMetaData.getDirectMetaConstraints()
           
 Set<MetaConstraint<?>> BeanMetaDataImpl.getMetaConstraints()
           
 Set<MetaConstraint<?>> BeanMetaData.getMetaConstraints()
           
 Iterator<MetaConstraint<?>> AbstractConstraintMetaData.iterator()
           
 

Method parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type MetaConstraint
protected  Set<MetaConstraint<?>> MetaDataBuilder.adaptOriginsAndImplicitGroups(Set<MetaConstraint<?>> constraints)
          Adapts the given constraints to the given bean type.
protected  Set<ConstraintDescriptorImpl<?>> AbstractConstraintMetaData.asDescriptors(Set<MetaConstraint<?>> constraints)
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type MetaConstraint
AbstractConstraintMetaData(String name, Type type, Set<MetaConstraint<?>> constraints, ElementKind constrainedMetaDataKind, boolean isCascading, boolean isConstrained)
           
ReturnValueMetaData(Type type, Set<MetaConstraint<?>> constraints, boolean isCascading, Map<Class<?>,Class<?>> groupConversions)
           
 

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

Fields in org.hibernate.validator.internal.metadata.raw with type parameters of type MetaConstraint
protected  Set<MetaConstraint<?>> AbstractConstrainedElement.constraints
           
 

Methods in org.hibernate.validator.internal.metadata.raw that return types with arguments of type MetaConstraint
 Set<MetaConstraint<?>> ConstrainedElement.getConstraints()
          Returns a set containing the constraints specified for this constrained element.
 Set<MetaConstraint<?>> AbstractConstrainedElement.getConstraints()
           
 Set<MetaConstraint<?>> ConstrainedExecutable.getCrossParameterConstraints()
           
 Iterator<MetaConstraint<?>> AbstractConstrainedElement.iterator()
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.raw with type arguments of type MetaConstraint
AbstractConstrainedElement(ConfigurationSource source, ConstrainedElement.ConstrainedElementKind kind, ConstraintLocation location, Set<MetaConstraint<?>> constraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
           
ConstrainedExecutable(ConfigurationSource source, ExecutableConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new executable meta data object.
ConstrainedExecutable(ConfigurationSource source, ExecutableConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new executable meta data object.
ConstrainedExecutable(ConfigurationSource source, ExecutableConstraintLocation location, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new executable meta data object for a parameter-less executable.
ConstrainedField(ConfigurationSource source, BeanConstraintLocation location, Set<MetaConstraint<?>> constraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new field meta data object.
ConstrainedParameter(ConfigurationSource source, ExecutableConstraintLocation location, String name, Set<MetaConstraint<?>> constraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new parameter meta data object.
ConstrainedType(ConfigurationSource source, BeanConstraintLocation location, Set<MetaConstraint<?>> constraints)
          Creates a new type meta data object.
 

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

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



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