|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor<ClassAnnotationMetadata>
com.bm.ejb3metadata.annotations.analyzer.classes.AbsCommonEjbVisitor<T>
T
- a class extending JCommonBean.public abstract class AbsCommonEjbVisitor<T extends JCommonBean>
This class manages the handling of common annotations used by beans.
Constructor Summary | |
---|---|
AbsCommonEjbVisitor(ClassAnnotationMetadata classAnnotationMetadata)
Constructor. |
Method Summary | |
---|---|
abstract T |
getJCommonBean()
|
void |
visit(java.lang.String name,
java.lang.Object value)
Visits a primitive value of the annotation. |
void |
visitEnd()
Visits the end of the annotation. |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor |
---|
getAnnotationMetadata, visitAnnotation, visitArray, visitEnum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bm.ejb3metadata.annotations.analyzer.AnnotationType |
---|
getType |
Constructor Detail |
---|
public AbsCommonEjbVisitor(ClassAnnotationMetadata classAnnotationMetadata)
classAnnotationMetadata
- linked to a class metadataMethod Detail |
---|
public void visit(java.lang.String name, java.lang.Object value)
visit
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visit
in class AbsAnnotationVisitor<ClassAnnotationMetadata>
name
- the value name.value
- the actual value, whose type must be Byte
,
Boolean
, Character
, Short
,
Integer
, Long
, Float
, Double
,
String
or org.ejb3unit.asm.Type
.public void visitEnd()
visitEnd
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visitEnd
in class AbsAnnotationVisitor<ClassAnnotationMetadata>
public abstract T getJCommonBean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |