|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.reflect.PropsDesc
public class PropsDesc
Descriptors for properties (Getter,
Setter, and public Field).
| 入れ子のクラスの概要 | |
|---|---|
static interface |
PropsDesc.FindCallback
|
static interface |
PropsDesc.WrapCallback<T>
|
| コンストラクタの概要 | |
|---|---|
PropsDesc(Class<?> clazz,
Class<? extends Annotation> annotationClass)
Constructs PropsDesc filtered the specified Annotation. |
|
| メソッドの概要 | ||
|---|---|---|
PropDesc |
find(IterableUtils.Find<PropDesc> cb)
Find the matched property
descriptor. |
|
PropDesc[] |
getDescriptors()
|
|
|
wrap(IterableUtils.Wrap<PropDesc,T> cb,
T... type)
|
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PropsDesc(Class<?> clazz,
Class<? extends Annotation> annotationClass)
Constructs PropsDesc filtered the specified Annotation.
clazz - annotationClass - | メソッドの詳細 |
|---|
public PropDesc[] getDescriptors()
public <T> T[] wrap(IterableUtils.Wrap<PropDesc,T> cb,
T... type)
T - cb - IterableUtils.Wrap.call(Object)type - for getting type; Don't pass null.
PropDescpublic PropDesc find(IterableUtils.Find<PropDesc> cb)
Find the matched property
descriptor.
cb - IterableUtils.Find.call(Object)
PropDescPropsDesc.FindCallback
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||