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  java.util.Set<MetaConstraint<?>> MetaDataBuilder.adaptOriginsAndImplicitGroups(java.lang.Class<?> beanClass, java.util.Set<MetaConstraint<?>> constraints)
          Adapts the given constraints to the given bean type.
 java.util.Set<MetaConstraint<?>> AbstractConstraintMetaData.getConstraints()
           
 java.util.Set<MetaConstraint<?>> BeanMetaDataImpl.getDirectMetaConstraints()
           
 java.util.Set<MetaConstraint<?>> BeanMetaData.getDirectMetaConstraints()
           
 java.util.Set<MetaConstraint<?>> BeanMetaDataImpl.getMetaConstraints()
           
 java.util.Set<MetaConstraint<?>> BeanMetaData.getMetaConstraints()
           
 java.util.Iterator<MetaConstraint<?>> AbstractConstraintMetaData.iterator()
           
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.