类 SpELItemKeyMapper<K,​V>

  • 所有已实现的接口:
    org.springframework.core.convert.converter.Converter<V,​K>

    public class SpELItemKeyMapper<K,​V>
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<V,​K>
    An implementation of Converter that uses SpEL to map a Value to a key
    从以下版本开始:
    2.2
    作者:
    David Turanski
    • 构造器概要

      构造器 
      构造器说明
      SpELItemKeyMapper​(java.lang.String keyExpression) 
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      Kconvert​(V item) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

    • 方法详细资料

      • convert

        public K convert​(V item)
        指定者:
        convert 在接口中 org.springframework.core.convert.converter.Converter<K,​V>