|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.helper.bean.InheritanceInterfacesHelper
public final class InheritanceInterfacesHelper
Analyze classes and if there are super classes, set all super interfaces to the current class.
Field Summary | |
---|---|
static java.lang.String |
JAVA_LANG_OBJECT
Defines java.lang.Object class. |
Method Summary | |
---|---|
static void |
loop(ClassAnnotationMetadata beanClassAnnotationMetadata,
ClassAnnotationMetadata visitingClassAnnotationMetadata)
Found all method meta data of the super class and adds them to the bean's class. |
static void |
resolve(ClassAnnotationMetadata classAnnotationMetadata)
Found all method meta data of the super class and adds them to the bean's class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JAVA_LANG_OBJECT
Method Detail |
---|
public static void resolve(ClassAnnotationMetadata classAnnotationMetadata) throws ResolverException
classAnnotationMetadata
- bean' class to analyze.
ResolverException
- if the super class in not in the given ejb-jarpublic static void loop(ClassAnnotationMetadata beanClassAnnotationMetadata, ClassAnnotationMetadata visitingClassAnnotationMetadata) throws ResolverException
beanClassAnnotationMetadata
- class where to report interfacesvisitingClassAnnotationMetadata
- class to analyze
ResolverException
- if the super class in not in the given ejb-jar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |