|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.framework.util.tiger.AnnotationUtil
public class AnnotationUtil
アノテーションのためのユーティリティクラスです。
| コンストラクタの概要 | |
|---|---|
protected |
AnnotationUtil()
インスタンスを構築します。 |
| メソッドの概要 | |
|---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
getProperties(java.lang.annotation.Annotation annotation)
アノテーションの要素を名前と値の Mapとして返します。 |
static java.lang.Object |
getProperty(BeanDesc beanDesc,
java.lang.annotation.Annotation annotation,
java.lang.String name)
アノテーションの要素の値を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected AnnotationUtil()
| メソッドの詳細 |
|---|
public static java.util.Map<java.lang.String,java.lang.Object> getProperties(java.lang.annotation.Annotation annotation)
Mapとして返します。
annotation - アノテーション
Map
public static java.lang.Object getProperty(BeanDesc beanDesc,
java.lang.annotation.Annotation annotation,
java.lang.String name)
beanDesc - アノテーションを表すBeanDescannotation - アノテーションname - 要素の名前
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||