|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.introspection.JAXXIntrospector
public class JAXXIntrospector
Performs introspection on a ClassDescriptor. Ideally, I could just have copied Sun's Introspector
and changed a few things, but the licensing terms are incompatible. This implementation is incomplete -- it only
bothers to report info that JAXX actually checks. It also relaxes some of Introspector's rules a bit, but I
don't believe it results in any meaningful incompatibilities.
java.beans.Introspector so that it can introspect ClassDescriptor,
not just java.lang.Class.
| Method Summary | |
|---|---|
static JAXXBeanInfo |
getJAXXBeanInfo(ClassDescriptor classDescriptor)
Returns the JAXXBeanInfo for a given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JAXXBeanInfo getJAXXBeanInfo(ClassDescriptor classDescriptor)
throws java.beans.IntrospectionException
JAXXBeanInfo for a given class.
classDescriptor - the class to introspect
JAXXBeanInfo for the bean class
java.beans.IntrospectionException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||