|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.impl.BeanIntrospector
public class BeanIntrospector
Obtains all property descriptors from a bean (interface or implementation).
The java.beans.Introspector does not process the interfaces hierarchy chain, this one does.
Constructor Summary | |
---|---|
BeanIntrospector()
|
Method Summary | |
---|---|
static java.beans.PropertyDescriptor[] |
getPropertyDescriptors(java.lang.Class klass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanIntrospector()
Method Detail |
---|
public static java.beans.PropertyDescriptor[] getPropertyDescriptors(java.lang.Class klass) throws java.beans.IntrospectionException
java.beans.IntrospectionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |