|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.reflect.PropsDesc
public class PropsDesc
Descriptors for Properties (Getter,
Setter , and public Field) with the specified
Annotation.
| 入れ子のクラスの概要 | |
|---|---|
static interface |
PropsDesc.FindCallback
|
| コンストラクタの概要 | |
|---|---|
PropsDesc(java.lang.Class<?> clazz,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
|
|
| メソッドの概要 | |
|---|---|
PropDesc |
find(PropsDesc.FindCallback callback)
Find the matched property descriptor. |
PropDesc[] |
getDescriptors()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PropsDesc(java.lang.Class<?> clazz,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
clazz - annotationClass - | メソッドの詳細 |
|---|
public PropDesc[] getDescriptors()
public PropDesc find(PropsDesc.FindCallback callback)
Find the matched property descriptor.
callback -
PropDescPropsDesc.FindCallback
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||