パッケージ org.thinkit.zenna.mapper

インタフェース Mapper<R extends ContentEntity>

既知の実装クラスのリスト:
ContentMapper

public interface Mapper<R extends ContentEntity>
An interface that abstracts mapping.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    List<R> scan()
    Performs the mapping process between the content class and the content file, and returns the Entity list containing the items retrieved from the specified content.
  • メソッドの詳細

    • scan

      List<R> scan()
      Performs the mapping process between the content class and the content file, and returns the Entity list containing the items retrieved from the specified content.
      戻り値:
      Entity list containing the items retrieved from the specified content