V
T
public class ObjectDecorator<V,T> extends java.lang.Object
ObjectDecorator()
static <V,T> ObjectDecorator
build(V target, T bean)
getBean()
getTarget()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectDecorator()
public static <V,T> ObjectDecorator build(V target, T bean)
public V getTarget()
public T getBean()