public interface ArrayTypeGetter
Modifier and Type | Method and Description |
---|---|
BigDecimal[] |
getBigDecimals(String key)
获取BigDecimal型属性值数组
|
BigInteger[] |
getBigIntegers(String key)
获取BigInteger型属性值数组
|
Boolean[] |
getBools(String key)
获取Boolean型属性值数组
|
Byte[] |
getBytes(String key)
获取Byte型属性值数组
|
Character[] |
getChars(String key)
获取Character型属性值数组
|
Double[] |
getDoubles(String key)
获取Double型属性值数组
|
Integer[] |
getInts(String key)
获取Integer型属性值数组
|
Long[] |
getLongs(String key)
获取Long型属性值数组
|
String[] |
getObjs(String key)
获取Object型属性值数组
|
Short[] |
getShorts(String key)
获取Short型属性值数组
|
String[] |
getStrs(String key)
获取String型属性值数组
|
BigInteger[] getBigIntegers(String key)
key
- 属性名BigDecimal[] getBigDecimals(String key)
key
- 属性名Copyright © 2025. All rights reserved.