Uses of Class
org.miaixz.bus.core.beans.copier.BeanCopier
Packages that use BeanCopier
-
Uses of BeanCopier in org.miaixz.bus.core.beans.copier
Methods in org.miaixz.bus.core.beans.copier that return BeanCopierModifier and TypeMethodDescriptionstatic <T> BeanCopier<T> BeanCopier.of(Object source, T target, Type destType, CopyOptions copyOptions) 创建BeanCopierstatic <T> BeanCopier<T> BeanCopier.of(Object source, T target, CopyOptions copyOptions) 创建BeanCopier