Uses of Class
cloud.opencode.base.reflect.bean.BeanCopier
Packages that use BeanCopier
-
Uses of BeanCopier in cloud.opencode.base.reflect.bean
Methods in cloud.opencode.base.reflect.bean that return BeanCopierModifier and TypeMethodDescriptionBeanCopier<S, T> BeanCopier.Builder.build()Builds the BeanCopier 构建BeanCopierstatic <S,T> BeanCopier <S, T> Creates a simple BeanCopier 创建简单BeanCopierstatic <S,T> BeanCopier <S, T> OpenBean.createCopier(Class<S> sourceClass, Class<T> targetClass) Creates a BeanCopier 创建BeanCopier