|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| コンストラクタの概要 | |
|---|---|
BeanIntrospector()
|
|
| メソッドの概要 | |
|---|---|
static java.beans.PropertyDescriptor[] |
getPropertyDescriptors(java.lang.Class klass)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BeanIntrospector()
| メソッドの詳細 |
|---|
public static java.beans.PropertyDescriptor[] getPropertyDescriptors(java.lang.Class klass)
throws java.beans.IntrospectionException
java.beans.IntrospectionException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||