|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kldp.beat.action.AnnotationFinder
public class AnnotationFinder
클래스에 정의된 모든 어노테이션을 검색합니다.
Field Summary | |
---|---|
private java.lang.Class<?> |
actionClass
|
private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> |
annotations
|
Constructor Summary | |
---|---|
AnnotationFinder(java.lang.Class<?> actionClass)
|
Method Summary | |
---|---|
void |
find()
모든 정의된 어노테이션들을 검색합니다. |
private void |
findAll()
|
private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> |
findAnnotation(java.lang.Class<?> clazz)
현재 클래스의 어노테이션을 검색합니다. |
java.util.List<java.lang.annotation.Annotation> |
getAnnotations()
검색된 모든 어노테이션을 리턴합니다. |
static boolean |
isBeat(java.lang.annotation.Annotation annotation)
어노테이션이 Beat어노테이션을 정의했는지 검사합니다. |
private void |
putAnnotation(java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> map)
중복되지 않는 어노테이션을 삽입합니다. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotations
private java.lang.Class<?> actionClass
Constructor Detail |
---|
public AnnotationFinder(java.lang.Class<?> actionClass)
Method Detail |
---|
public void find()
actionClass
- private void findAll()
private void putAnnotation(java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> map)
map
- private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> findAnnotation(java.lang.Class<?> clazz)
clazz
-
public java.util.List<java.lang.annotation.Annotation> getAnnotations()
public static boolean isBeat(java.lang.annotation.Annotation annotation)
annotation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |