|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationIgnores | |
|---|---|
| org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
| org.hibernate.validator.xml | Classes used to parse Bean Validation XML configuration files. |
| Uses of AnnotationIgnores in org.hibernate.validator.metadata |
|---|
| Constructors in org.hibernate.validator.metadata with parameters of type AnnotationIgnores | |
|---|---|
BeanMetaDataImpl(java.lang.Class<T> beanClass,
ConstraintHelper constraintHelper,
java.util.List<java.lang.Class<?>> defaultGroupSequence,
java.lang.Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider,
java.util.Map<java.lang.Class<?>,java.util.List<BeanMetaConstraint<?>>> constraints,
java.util.Set<AggregatedMethodMetaData> methodMetaDatas,
java.util.Set<java.lang.reflect.Member> cascadedMembers,
AnnotationIgnores annotationIgnores,
BeanMetaDataCache beanMetaDataCache)
Constructor used when creating a bean meta data instance via the xml or programmatic API. |
|
| Uses of AnnotationIgnores in org.hibernate.validator.xml |
|---|
| Methods in org.hibernate.validator.xml that return AnnotationIgnores | |
|---|---|
AnnotationIgnores |
XmlMappingParser.getAnnotationIgnores()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||