|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.util.ResolverUtil.AnnotatedWith
public static class ResolverUtil.AnnotatedWith
A Test that checks to see if each class is annotated with a specific annotation. If it is, then the test returns true, otherwise false.
Constructor Summary | |
---|---|
ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
Constructs an AnnotatedWith test for the specified annotation type. |
|
ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation,
boolean checkMetaAnnotations)
Constructs an AnnotatedWith test for the specified annotation type. |
Method Summary | |
---|---|
boolean |
matches(Class type)
Returns true if the type is annotated with the class provided to the constructor. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation, boolean checkMetaAnnotations)
Method Detail |
---|
public boolean matches(Class type)
matches
in interface ResolverUtil.Test
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |