org.stormcat.jvbeans.jvlink.analyze.binder
クラス JvDataBinder

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.jvlink.analyze.binder.JvDataBinder
直系の既知のサブクラス:
JvIncludeSeparatorDataBinder, JvStandardDataBinder

public abstract class JvDataBinder
extends Object

JV-Data文字列をDTOにバインドするためのBinderです。

導入されたバージョン:
0.3
作成者:
a.yamada

フィールドの概要
protected  FileExtension inputType
          入力形式
 
コンストラクタの概要
protected JvDataBinder(FileExtension inputType)
          コンストラクタ
 
メソッドの概要
abstract
<T> void
bindProperty(List<JvRecordMeta> metaItems, T dto, String data)
          Jv-Dataをメタ情報を基にDTOにバインディングします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

inputType

protected FileExtension inputType
入力形式

コンストラクタの詳細

JvDataBinder

protected JvDataBinder(FileExtension inputType)
コンストラクタ

パラメータ:
inputType - 入力形式
メソッドの詳細

bindProperty

public abstract <T> void bindProperty(List<JvRecordMeta> metaItems,
                                      T dto,
                                      String data)
Jv-Dataをメタ情報を基にDTOにバインディングします。

型パラメータ:
T - DTO型パラメータ
パラメータ:
metaItems - メタ情報リスト
dto - データバインディング対象DTO
data - バインディング用文字列


Copyright © 2009-2011 The Stormcat Project AllRights Reserved.