public class SpELItemKeyMapper<K,V>
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<V,K>
Converter
that uses SpEL to map a Value to a keyConstructor and Description |
---|
SpELItemKeyMapper(java.lang.String keyExpression) |
Modifier and Type | Method and Description |
---|---|
K |
convert(V item) |