public class KeyBeanPropertyLookupTransformer<V,K> extends BaseBeanPropertyTransformer<V,K> implements ETransformer<Collection<V>,Map<K,V>>
propertyDescriptor, propertyName| Constructor and Description |
|---|
KeyBeanPropertyLookupTransformer(Class<V> clazz,
String propertyName) |
KeyBeanPropertyLookupTransformer(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
from(Collection<V> from)
Defines a transformation from one object to another.
|
getPropertyValue, getReadMethodpublic KeyBeanPropertyLookupTransformer(String propertyName)
public Map<K,V> from(Collection<V> from)
ETransformerfrom in interface ETransformer<Collection<V>,Map<K,V>>Copyright © 2013 Atomic Leopard. All Rights Reserved.