com.sun.syndication.feed.impl
Class BeanIntrospector
java.lang.Object
com.sun.syndication.feed.impl.BeanIntrospector
public class BeanIntrospector
- extends Object
Obtains all property descriptors from a bean (interface or implementation).
The java.beans.Introspector does not process the interfaces hierarchy chain, this one does.
- Author:
- Alejandro Abdelnur
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanIntrospector
public BeanIntrospector()
getPropertyDescriptors
public static PropertyDescriptor[] getPropertyDescriptors(Class klass)
throws IntrospectionException
- Throws:
IntrospectionException
Copyright © 2004-2013 ROME Project. All Rights Reserved.