|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBeanAnalyzer
Generates descriptors for any kind of Java Bean.
| Method Summary | |
|---|---|
IBeanDescriptor |
introspect(java.lang.Class pJavaBean)
Introspects the class and returns the description of the class. |
boolean |
isArray(java.lang.Class pClass)
Checks if this provided class is an array element. |
boolean |
isAtomic(java.lang.Class pClass)
Checks if this provided class is an atomic element. |
boolean |
isCollection(java.lang.Class pClass)
Checks if this provided class is a collection element. |
| Method Detail |
|---|
boolean isAtomic(java.lang.Class pClass)
pClass - the class to analyse.
true if this class is atomicboolean isArray(java.lang.Class pClass)
pClass - the class to analyse.
true if this class is an arrayboolean isCollection(java.lang.Class pClass)
pClass - the class to analyse.
true if this class is a collectionCollection
IBeanDescriptor introspect(java.lang.Class pJavaBean)
throws RaccoonException
pJavaBean - the class that is to be introspected, should be a Java Bean.
RaccoonException - if the service isn't running.
RaccoonException - if the class can't be analyzed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||