org.seasar.cubby.dxo
クラス CubbyAnnotationReaderWrapper

java.lang.Object
  上位を拡張 org.seasar.cubby.dxo.CubbyAnnotationReaderWrapper
すべての実装されたインタフェース:
AnnotationReader

public class CubbyAnnotationReaderWrapper
extends Object
implements AnnotationReader


コンストラクタの概要
CubbyAnnotationReaderWrapper(AnnotationReader annotationReader, FormatPattern formatPattern)
           
 
メソッドの概要
 String getConversionRule(Class dxoClass, Method method)
           
 Map getConverters(Class destClass)
           
 String getDatePattern(Class dxoClass, Method method)
           
 String getSourcePrefix(Class dxoClass, Method method)
           
 String getTimePattern(Class dxoClass, Method method)
           
 String getTimestampPattern(Class dxoClass, Method method)
           
 boolean isExcludeNull(Class dxoClass, Method method)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyAnnotationReaderWrapper

public CubbyAnnotationReaderWrapper(AnnotationReader annotationReader,
                                    FormatPattern formatPattern)
メソッドの詳細

getDatePattern

public String getDatePattern(Class dxoClass,
                             Method method)
定義:
インタフェース AnnotationReader 内の getDatePattern

getTimePattern

public String getTimePattern(Class dxoClass,
                             Method method)
定義:
インタフェース AnnotationReader 内の getTimePattern

getTimestampPattern

public String getTimestampPattern(Class dxoClass,
                                  Method method)
定義:
インタフェース AnnotationReader 内の getTimestampPattern

getConversionRule

public String getConversionRule(Class dxoClass,
                                Method method)
定義:
インタフェース AnnotationReader 内の getConversionRule

isExcludeNull

public boolean isExcludeNull(Class dxoClass,
                             Method method)
定義:
インタフェース AnnotationReader 内の isExcludeNull

getConverters

public Map getConverters(Class destClass)
定義:
インタフェース AnnotationReader 内の getConverters

getSourcePrefix

public String getSourcePrefix(Class dxoClass,
                              Method method)
定義:
インタフェース AnnotationReader 内の getSourcePrefix


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.