インターフェース FieldExtractor<T>

すべての既知の実装クラス:
BeanWrapperFieldExtractorPassThroughFieldExtractorRecordFieldExtractor

public interface FieldExtractor<T>
このクラスは、オブジェクトをそのパーツの配列に変換します。
作成者:
Dave Syer, Mahmoud Ben Hassine
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    extract(T item)
  • メソッドの詳細

    • extract

      ObjectSE[] extract(T item)
      パラメーター:
      item - 抽出される情報を含むオブジェクト。
      戻り値:
      アイテムのパーツを含む配列