com.sun.syndication.feed.impl
Class BeanIntrospector

java.lang.Object
  extended by 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

Constructor Summary
BeanIntrospector()
           
 
Method Summary
static PropertyDescriptor[] getPropertyDescriptors(Class klass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanIntrospector

public BeanIntrospector()
Method Detail

getPropertyDescriptors

public static PropertyDescriptor[] getPropertyDescriptors(Class klass)
                                                   throws IntrospectionException
Throws:
IntrospectionException


Copyright © 2004-2013 ROME Project. All Rights Reserved.