public abstract class BaseWraper
extends java.lang.Object
Description:
Copyright (c) 2018
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class |
componentType |
protected java.lang.Object |
defaultvalue |
protected boolean |
numeric |
protected java.lang.Class |
paramType |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseWraper(java.lang.Class paramType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertValue(java.lang.String _defaultvalue) |
java.lang.Object |
defaultvalue() |
java.lang.Class |
getParamType() |
boolean |
isNumeric() |