org.hibernate.validator.metadata
Class AnnotationIgnores
java.lang.Object
org.hibernate.validator.metadata.AnnotationIgnores
public class AnnotationIgnores
- extends java.lang.Object
This class instantiated during the parsing of the XML configuration data and keeps
track of the annotations which should be ignored.
- Author:
- Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationIgnores
public AnnotationIgnores()
setDefaultIgnoreAnnotation
public void setDefaultIgnoreAnnotation(java.lang.Class<?> clazz,
java.lang.Boolean b)
getDefaultIgnoreAnnotation
public boolean getDefaultIgnoreAnnotation(java.lang.Class<?> clazz)
setIgnoreAnnotationsOnMember
public void setIgnoreAnnotationsOnMember(java.lang.reflect.Member member)
isIgnoreAnnotations
public boolean isIgnoreAnnotations(java.lang.reflect.Member member)
setIgnoreAnnotationsOnClass
public void setIgnoreAnnotationsOnClass(java.lang.Class<?> clazz,
boolean b)
isIgnoreAnnotations
public boolean isIgnoreAnnotations(java.lang.Class<?> clazz)
Copyright © 2011 Oracle Corporation. All Rights Reserved.