public class FastNumberParamConverter extends Object implements IFastParamConverter
构造器和说明 |
---|
FastNumberParamConverter() |
限定符和类型 | 方法和说明 |
---|---|
private Object |
checkDouble(FastAction action,
FastParameter parameter,
FastHandler handler) |
private Object |
checkFloat(FastAction action,
FastParameter parameter,
FastHandler handler) |
private Object |
checkInt(FastAction action,
FastParameter parameter,
FastHandler handler) |
private Object |
checkLong(FastAction action,
FastParameter parameter,
FastHandler handler) |
private Object |
checkShort(FastAction action,
FastParameter parameter,
FastHandler handler) |
Object |
convertValue(FastAction action,
FastParameter parameter,
FastHandler handler)
转换参数
|
public Object convertValue(FastAction action, FastParameter parameter, FastHandler handler) throws Exception
IFastParamConverter
convertValue
在接口中 IFastParamConverter
action
- FastAction对象parameter
- 参数信息描述handler
- 句柄Exception
- 异常private Object checkInt(FastAction action, FastParameter parameter, FastHandler handler) throws InstantiationException, IllegalAccessException
private Object checkShort(FastAction action, FastParameter parameter, FastHandler handler) throws InstantiationException, IllegalAccessException
private Object checkLong(FastAction action, FastParameter parameter, FastHandler handler) throws InstantiationException, IllegalAccessException
private Object checkDouble(FastAction action, FastParameter parameter, FastHandler handler) throws InstantiationException, IllegalAccessException
private Object checkFloat(FastAction action, FastParameter parameter, FastHandler handler) throws InstantiationException, IllegalAccessException
Copyright © 2021. All rights reserved.