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

Packages that use MetaConstraint
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.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. 
org.hibernate.validator.internal.xml Classes used to parse Bean Validation XML configuration files. 
 

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(Class<?> beanClass, Set<MetaConstraint<?>> constraints)
          Adapts the given constraints to the given bean type.
 Set<MetaConstraint<?>> AbstractConstraintMetaData.getConstraints()
           
 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(Class<?> beanClass, 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, ConstraintMetaData.ConstraintMetaDataKind constrainedMetaDataKind, boolean isCascading, boolean isConstrained)
           
 

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

Methods in org.hibernate.validator.internal.metadata.provider that return types with arguments of type MetaConstraint
protected  CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> XmlMetaDataProvider.byLocation()
           
 

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

Methods in org.hibernate.validator.internal.metadata.raw that return types with arguments of type MetaConstraint
 Set<MetaConstraint<?>> AbstractConstrainedElement.getConstraints()
           
 Set<MetaConstraint<?>> ConstrainedElement.getConstraints()
          Returns a set containing the constraints specified for this constrained element.
 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, boolean isCascading)
           
ConstrainedField(ConfigurationSource source, BeanConstraintLocation location, Set<MetaConstraint<?>> constraints, boolean isCascading)
          Creates a new field meta data object.
ConstrainedMethod(ConfigurationSource source, MethodConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object.
ConstrainedMethod(ConfigurationSource source, MethodConstraintLocation location, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object for a parameter-less method.
ConstrainedParameter(ConfigurationSource source, MethodConstraintLocation location, String name, Set<MetaConstraint<?>> constraints, 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 types with arguments of type MetaConstraint
<T> Set<MetaConstraint<?>>
XmlMappingParser.getConstraintsForClass(Class<T> beanClass)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.