org.hibernate.validator.metadata
Class AnnotationIgnores

java.lang.Object
  extended by org.hibernate.validator.metadata.AnnotationIgnores

public class AnnotationIgnores
extends 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

Constructor Summary
AnnotationIgnores()
           
 
Method Summary
 boolean getDefaultIgnoreAnnotation(Class<?> clazz)
           
 boolean isIgnoreAnnotations(Class<?> clazz)
           
 boolean isIgnoreAnnotations(Member member)
           
 void setDefaultIgnoreAnnotation(Class<?> clazz, Boolean b)
           
 void setIgnoreAnnotationsOnClass(Class<?> clazz, boolean b)
           
 void setIgnoreAnnotationsOnMember(Member member)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationIgnores

public AnnotationIgnores()
Method Detail

setDefaultIgnoreAnnotation

public void setDefaultIgnoreAnnotation(Class<?> clazz,
                                       Boolean b)

getDefaultIgnoreAnnotation

public boolean getDefaultIgnoreAnnotation(Class<?> clazz)

setIgnoreAnnotationsOnMember

public void setIgnoreAnnotationsOnMember(Member member)

isIgnoreAnnotations

public boolean isIgnoreAnnotations(Member member)

setIgnoreAnnotationsOnClass

public void setIgnoreAnnotationsOnClass(Class<?> clazz,
                                        boolean b)

isIgnoreAnnotations

public boolean isIgnoreAnnotations(Class<?> clazz)


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved