org.apache.logging.log4j.core.config.plugins
Class ResolverUtil.AnnotatedWith
java.lang.Object
org.apache.logging.log4j.core.config.plugins.ResolverUtil.ClassTest
org.apache.logging.log4j.core.config.plugins.ResolverUtil.AnnotatedWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
public static class ResolverUtil.AnnotatedWith
- extends ResolverUtil.ClassTest
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.
Method Summary |
boolean |
matches(Class type)
Returns true if the type is annotated with the class provided to the constructor. |
String |
toString()
|
ResolverUtil.AnnotatedWith
public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
- Constructs an AnnotatedWith test for the specified annotation type.
- Parameters:
annotation
- The annotation to check for.
matches
public boolean matches(Class type)
- Returns true if the type is annotated with the class provided to the constructor.
- Parameters:
type
- the Class to match against.
- Returns:
- true if the Classes match.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.