public class DozerCopier extends Object
DozerCopier()
DozerCopier
from(List<?> fromList)
from(Object fromObj)
<T> T
to(Class<T> toClass)
<T> List<T>
toList(Class<T> toClass)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DozerCopier()
public DozerCopier from(Object fromObj)
public DozerCopier from(List<?> fromList)
public <T> T to(Class<T> toClass)
public <T> List<T> toList(Class<T> toClass)
T
toClass
Copyright © 2020. All rights reserved.