类 ByFieldNameBeanConverter<S,D>
- java.lang.Object
-
- tech.firas.framework.bean.ByFieldNameBeanConverter<S,D>
-
- 所有已实现的接口:
org.springframework.core.convert.converter.Converter<S,D>
public class ByFieldNameBeanConverter<S,D> extends Object implements org.springframework.core.convert.converter.Converter<S,D>
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classByFieldNameBeanConverter.Configuration
-
构造器概要
构造器 构造器 说明 ByFieldNameBeanConverter(Class<S> srcClass, Class<D> destClass, ByFieldNameBeanConverter.Configuration configuration)Construct a ByFieldNameBeanConverter
-
-
-
构造器详细资料
-
ByFieldNameBeanConverter
public ByFieldNameBeanConverter(Class<S> srcClass, Class<D> destClass, ByFieldNameBeanConverter.Configuration configuration) throws NoSuchMethodException
Construct a ByFieldNameBeanConverter- 参数:
srcClass- the type of the source Java bean to convert fromdestClass- the type of the target Java bean to convert toconfiguration- specifies how to get / set the fields of the Java bean- 抛出:
NoSuchMethodException- if the target Java bean has no accessible default constructor
-
-