org.mtzky.reflect
クラス PropsDesc

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

public class PropsDesc
extends java.lang.Object

Descriptors for Properties (Getter, Setter , and public Field) with the specified Annotation.

作成者:
mtzky

入れ子のクラスの概要
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
 

コンストラクタの詳細

PropsDesc

public PropsDesc(java.lang.Class<?> clazz,
                 java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
パラメータ:
clazz -
annotationClass -
メソッドの詳細

getDescriptors

public PropDesc[] getDescriptors()

find

public PropDesc find(PropsDesc.FindCallback callback)

Find the matched property descriptor.

パラメータ:
callback -
戻り値:
PropDesc
関連項目:
PropsDesc.FindCallback


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