public class LdiAnnotationUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiAnnotationUtil()
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Map<String,Object> |
getProperties(Annotation annotation)
アノテーションの要素を名前と値の
Mapとして返します。 |
static Object |
getProperty(BeanDesc beanDesc,
Annotation annotation,
String name)
アノテーションの要素の値を返します。
|
public static Map<String,Object> getProperties(Annotation annotation)
Mapとして返します。annotation - アノテーションMappublic static Object getProperty(BeanDesc beanDesc, Annotation annotation, String name)
beanDesc - アノテーションを表すBeanDescannotation - アノテーションname - 要素の名前Copyright © 2015 The DBFlute Project. All rights reserved.