|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.util.Introspector
public class Introspector
This class provides introspection analysis against any java class. The entire class, super class and super interfaces are traversed to build a ClassDescriptor object.
Caching of ClassDescriptor objects is implemented to improve performance.
| Constructor Summary | |
|---|---|
Introspector()
|
|
| Method Summary | ||
|---|---|---|
|
getClassDescriptor(java.lang.Class<T> type)
Get the ClassDescriptor object for a class. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Introspector()
| Method Detail |
|---|
public <T> ClassDescriptor<T> getClassDescriptor(java.lang.Class<T> type)
type - the class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||