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