com.sun.syndication.feed.impl
クラス BeanIntrospector

java.lang.Object
  上位を拡張 com.sun.syndication.feed.impl.BeanIntrospector

public class BeanIntrospector
extends java.lang.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.


コンストラクタの概要
BeanIntrospector()
           
 
メソッドの概要
static java.beans.PropertyDescriptor[] getPropertyDescriptors(java.lang.Class klass)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BeanIntrospector

public BeanIntrospector()
メソッドの詳細

getPropertyDescriptors

public static java.beans.PropertyDescriptor[] getPropertyDescriptors(java.lang.Class klass)
                                                              throws java.beans.IntrospectionException
例外:
java.beans.IntrospectionException