クラス UnmarshallingResourceReader

java.lang.ObjectSE
org.springframework.data.repository.init.UnmarshallingResourceReader
実装されたすべてのインターフェース:
ResourceReader

public class UnmarshallingResourceReader extends ObjectSE implements ResourceReader
作成者:
Oliver Gierke, Christoph Strobl
  • コンストラクターの詳細

    • UnmarshallingResourceReader

      public UnmarshallingResourceReader(Unmarshaller unmarshaller)
      パラメーター:
      unmarshaller -
  • メソッドの詳細

    • readFrom

      public ObjectSE readFrom(Resource resource, @Nullable ClassLoaderSE classLoader) throws IOExceptionSE
      インターフェースからコピーされた説明: ResourceReader
      指定された Resource からターゲットオブジェクトの単一または CollectionSE を読み取ります。
      次で指定:
      インターフェース ResourceReaderreadFrom 
      パラメーター:
      resource - null であってはなりません。
      classLoader - null でもかまいません。
      戻り値:
      リソースにシングルオンのオブジェクトが複数含まれている場合のターゲットオブジェクトの CollectionSE。null になることはありません。
      例外:
      IOExceptionSE