クラス AbstractCachingConfiguration.CachingConfigurerSupplier

java.lang.ObjectSE
org.springframework.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
含まれているクラス:
AbstractCachingConfiguration

protected static class AbstractCachingConfiguration.CachingConfigurerSupplier extends ObjectSE
  • コンストラクターの詳細

  • メソッドの詳細

    • adapt

      @Nullable public <T> SupplierSE<T> adapt(FunctionSE<CachingConfigurer,T> provider)
      CachingConfigurer サプライヤーを、指定されたマッピング機能によって提供される別のサプライヤーに適合させます。基礎となる CachingConfigurer が null の場合、null が返され、マッピング関数は呼び出されません。
      型パラメーター:
      T - サプライヤーの型
      パラメーター:
      provider - サプライヤーを適応させるために使用するプロバイダー
      戻り値:
      指定された関数によってマップされた別のサプライヤー