public abstract class AbstractBean extends Object implements Serializable
| 构造器和说明 |
|---|
AbstractBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
convert(Object object,
Class<?> propType,
Type paramType) |
protected Object |
convertBigDecimal(BigDecimal object,
String type) |
protected Object |
convertDouble(double object,
String type) |
protected Object |
convertInteger(int object,
String type) |
protected Object |
convertLong(long object,
String type) |
protected Object |
convertString(String object,
String type) |
protected Object convertBigDecimal(BigDecimal object, String type)
protected Object convert(Object object, Class<?> propType, Type paramType) throws IntrospectionException, InvocationTargetException, IllegalAccessException
Copyright © 2023. All Rights Reserved.