org.mtzky.reflect
クラス PropsDesc

java.lang.Object
  上位を拡張 org.mtzky.reflect.PropsDesc

public class PropsDesc
extends Object

Descriptors for properties (Getter, Setter, and public Field).

導入されたバージョン:
0.1.1
作成者:
mtzky

入れ子のクラスの概要
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()
           
<T> T[]
wrap(IterableUtils.Wrap<PropDesc,T> cb, T... type)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropsDesc

public PropsDesc(Class<?> clazz,
                 Class<? extends Annotation> annotationClass)

Constructs PropsDesc filtered the specified Annotation.

パラメータ:
clazz -
annotationClass -
メソッドの詳細

getDescriptors

public PropDesc[] getDescriptors()

wrap

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.
戻り値:
An array of instance wrapping PropDesc
導入されたバージョン:
0.1.2

find

public PropDesc find(IterableUtils.Find<PropDesc> cb)

Find the matched property descriptor.

パラメータ:
cb - IterableUtils.Find.call(Object)
戻り値:
PropDesc
関連項目:
PropsDesc.FindCallback


Copyright (C) 2010-2011 Mtzky. AllRights Reserved.