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