public final class AnnotationIgnores extends Object
Constructor and Description |
---|
AnnotationIgnores() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultIgnoreAnnotation(Class<?> clazz)
Learn whether the specified annotation type should be ignored.
|
boolean |
isIgnoreAnnotations(Class<?> clazz)
Learn whether annotations should be ignored for a given class.
|
boolean |
isIgnoreAnnotations(Member member)
Learn whether annotations should be ignored on a particular
Member of a class. |
void |
setDefaultIgnoreAnnotation(Class<?> clazz,
Boolean b)
Record the ignore state for a particular annotation type.
|
void |
setIgnoreAnnotationsOnClass(Class<?> clazz,
boolean b)
Record the ignore state of a particular class.
|
void |
setIgnoreAnnotationsOnMember(Member member)
Ignore annotations on a particular
Member of a class. |
public void setDefaultIgnoreAnnotation(Class<?> clazz, Boolean b)
clazz
- b,
- default true if nullpublic boolean getDefaultIgnoreAnnotation(Class<?> clazz)
clazz
- public void setIgnoreAnnotationsOnMember(Member member)
Member
of a class.member
- public boolean isIgnoreAnnotations(Member member)
Member
of a class.member
- public void setIgnoreAnnotationsOnClass(Class<?> clazz, boolean b)
clazz
- b
- public boolean isIgnoreAnnotations(Class<?> clazz)
clazz
- to checkCopyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.