Uses of Interface
cn.xuanyuanli.core.util.beancopy.BeanCopier
Packages that use BeanCopier
-
Uses of BeanCopier in cn.xuanyuanli.core.util
Fields in cn.xuanyuanli.core.util with type parameters of type BeanCopierModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Pojos.QuadKey, BeanCopier> Pojos.BEAN_COPIER_CACHEBean复制机缓存Methods in cn.xuanyuanli.core.util that return BeanCopierModifier and TypeMethodDescriptionstatic BeanCopierPojos.getBeanCopierFromCache(Object sourceObj, Class<?> destClass, Pojos.FieldMapping fieldMapping, boolean cover) 获得bean复制者private static BeanCopierPojos.getRealBeanCopier(Object sourceObj, Class<?> destClass, boolean cover, Pojos.FieldMapping fieldMapping) 获取真正bean复印机 -
Uses of BeanCopier in cn.xuanyuanli.core.util.beancopy
Methods in cn.xuanyuanli.core.util.beancopy that return BeanCopierModifier and TypeMethodDescriptionBeanCopierFactory.createBeanCopier(Class<?> sourceClass, Class<?> targetClass, List<BeanCopyPropertyItem> items, boolean cover) 创建bean复印机JavassistBeanCopierFactory.createBeanCopier(Class<?> sourceClass, Class<?> targetClass, List<BeanCopyPropertyItem> items, boolean cover)