public interface ListTypeGetter
| 限定符和类型 | 方法和说明 |
|---|---|
List<BigDecimal> |
getBigDecimalList(String key)
获取BigDecimal型属性值列表
|
List<BigInteger> |
getBigIntegerList(String key)
获取BigInteger型属性值列表
|
List<Boolean> |
getBoolList(String key)
获取Boolean型属性值列表
|
List<Byte> |
getByteList(String key)
获取Byte型属性值列表
|
List<Character> |
getCharList(String key)
获取Character型属性值列表
|
List<Double> |
getDoubleList(String key)
获取Double型属性值列表
|
List<Integer> |
getIntList(String key)
获取Integer型属性值列表
|
List<Long> |
getLongList(String key)
获取Long型属性值列表
|
List<Object> |
getObjList(String key)
获取Object型属性值列表
|
List<Short> |
getShortList(String key)
获取Short型属性值列表
|
List<String> |
getStrList(String key)
获取String型属性值列表
|
List<BigDecimal> getBigDecimalList(String key)
key - 属性名List<BigInteger> getBigIntegerList(String key)
key - 属性名Copyright © 2022. All rights reserved.