クラス SpELItemKeyMapper<K,V>

java.lang.ObjectSE
org.springframework.batch.item.SpELItemKeyMapper<K,V>
実装されたすべてのインターフェース:
org.springframework.core.convert.converter.Converter<V,K>

public class SpELItemKeyMapper<K,V> extends ObjectSE implements org.springframework.core.convert.converter.Converter<V,K>
SpEL を使用して値をキーにマップする Converter の実装
導入:
2.2
作成者:
David Turanski
  • コンストラクターの詳細

    • SpELItemKeyMapper

      public SpELItemKeyMapper(StringSE keyExpression)
  • メソッドの詳細

    • convert

      public K convert(V item)
      次で指定:
      インターフェース org.springframework.core.convert.converter.Converter<K,V>convert