|
||||||||||
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(Class<T> beanClass,
ConstraintHelper constraintHelper,
List<Class<?>> defaultGroupSequence,
Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider,
Map<Class<?>,List<BeanMetaConstraint<?>>> constraints,
Set<AggregatedMethodMetaData> methodMetaDatas,
Set<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 |