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

インタフェース Loader

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

public interface Loader
The interface that abstracts the loader.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    Map<String,​Object> load()
    Load and return the obtained object as a map structure.
  • メソッドの詳細

    • load

      Map<String,​Object> load()
      Load and return the obtained object as a map structure.
      戻り値:
      The object obtained by the load process