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