public class BeanToPropertyTransformer<T,U> extends Object implements Transformer<T,U>
BeanToPropertyTransformer(Class<T> beanClass, String propName, Class<U> propClass)
U
transform(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public BeanToPropertyTransformer(Class<T> beanClass, String propName, Class<U> propClass) throws NoSuchMethodException
NoSuchMethodException
public U transform(T value) throws TransformationException
transform
Transformer<T,U>
TransformationException
Copyright © 2018. All rights reserved.