public class BeanToBeanCopier<S,T> extends Object implements Copier<T>
BeanToBeanCopier(Type sourceType, S source, Type targetType, T target, CopyOptions options)
T
copy()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanToBeanCopier(Type sourceType, S source, Type targetType, T target, CopyOptions options)
sourceType
source
targetType
target
options
public T copy()
copy
Copier<T>
Copyright © 2024 fossc. All rights reserved.