org.hibernate.validation.metadata
Class AnnotationIgnores

java.lang.Object
  extended by org.hibernate.validation.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

Constructor Summary
AnnotationIgnores()
           
 
Method Summary
 boolean getDefaultIgnoreAnnotation(java.lang.Class<?> clazz)
           
 boolean isIgnoreAnnotations(java.lang.Class<?> clazz)
           
 boolean isIgnoreAnnotations(java.lang.reflect.Member member)
           
 void setDefaultIgnoreAnnotation(java.lang.Class<?> clazz, java.lang.Boolean b)
           
 void setIgnoreAnnotationsOnClass(java.lang.Class<?> clazz)
           
 void setIgnoreAnnotationsOnMember(java.lang.reflect.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(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)

isIgnoreAnnotations

public boolean isIgnoreAnnotations(java.lang.Class<?> clazz)


Copyright © 2007-2009. All Rights Reserved.