|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |
java.lang.Objectorg.seasar.s2csv.annotation.CSVAnnotationUtil
public class CSVAnnotationUtil
アノテーション関連のユーティリティ
??????? | |
---|---|
static java.lang.Object |
getProp(org.seasar.framework.beans.BeanDesc beanDesc,
java.lang.annotation.Annotation annotation,
java.lang.String name)
アノテーションから値を取得します |
static java.util.Map<java.lang.String,java.lang.Object> |
getProps(java.lang.annotation.Annotation annotation)
アノテーションに定義されているメソッドの値を取得しMapに変換します |
??? java.lang.Object ??????????? |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
??????? |
---|
public static java.util.Map<java.lang.String,java.lang.Object> getProps(java.lang.annotation.Annotation annotation)
annotation
- アノテーション
public static java.lang.Object getProp(org.seasar.framework.beans.BeanDesc beanDesc, java.lang.annotation.Annotation annotation, java.lang.String name)
beanDesc
- beanDescannotation
- annotationname
- methodName
|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |