public class WebParameters extends Data
| Modifier and Type | Class and Description |
|---|---|
static class |
WebParameters.WebParamterException |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
failOnNull |
| Constructor and Description |
|---|
WebParameters() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bigDecimal(String key) |
BigInteger |
bigInteger(String key) |
Boolean |
bool(String key) |
Data |
data(String key) |
Double |
doubleNumber(String key) |
DataFile |
file(String fileName) |
Set<String> |
files() |
Float |
floatNumber(String key) |
Integer |
integer(String key) |
List<Object> |
list(String key) |
Long |
longInt(String key) |
Map<String,Object> |
map(String key) |
Object |
object(String key) |
WebParameters |
setFile(DataFile file) |
Short |
shortInt(String key) |
String |
string(String key) |
String |
toString() |
add, add, add, add, add, addValue, bigDecimal, bigInteger, bool, caseSensitive, convertToList, convertToMap, data, dataList, dataList, doubleNumber, floatNumber, fromData, fromJson, fromList, fromMap, fromRawList, fromRawMap, fromXml, fromYaml, get, integer, list, load, loadData, loadJson, loadList, loadMap, loadXml, loadYaml, longInt, map, object, raw, remove, remove, set, set, set, shortInt, string, toClass, toJson, toJsonSingleLine, toList, toMap, toXml, toXmlSingleLine, toYamlpublic Boolean failOnNull
public WebParameters setFile(DataFile file)
public Float floatNumber(String key)
floatNumber in class Datapublic Double doubleNumber(String key)
doubleNumber in class Datapublic BigInteger bigInteger(String key)
bigInteger in class Datapublic BigDecimal bigDecimal(String key)
bigDecimal in class DataCopyright © 2023. All rights reserved.