AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
PoData() |
| 限定符和类型 | 方法和说明 |
|---|---|
PoData |
clone() |
static PoData |
create() |
PoData |
filter(String... keys) |
Date |
getDate(String attr) |
cn.hutool.core.date.DateTime |
getDateTime(String attr) |
String |
getRequestBody() |
static <T> PoData |
parse(T bean) |
<T> PoData |
parseBean(T bean) |
<T> PoData |
parseBean(T bean,
boolean isToUnderlineCase,
boolean ignoreNullValue) |
PoData |
set(boolean flag,
String attr,
Object value) |
PoData |
set(String attr,
Object value) |
PoData |
setIgnoreNull(String attr,
Object value) |
void |
setRequestBody(String requestBody) |
get, get, getBean, getBigDecimal, getBigInteger, getBool, getByte, getBytes, getChar, getDouble, getEnum, getFloat, getInt, getLong, getNumber, getObj, getShort, getStr, getTime, getTimestamp, put, removeEqual, toBean, toBean, toBean, toBeanIgnoreCase, toBeanIgnoreCase, toBeanWithCamelCaseclear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuescompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic String getRequestBody()
public void setRequestBody(String requestBody)
public static PoData create()
public static <T> PoData parse(T bean)
public <T> PoData parseBean(T bean)
parseBean 在类中 cn.hutool.core.lang.Dictpublic PoData clone()
clone 在类中 cn.hutool.core.lang.Dictpublic <T> PoData parseBean(T bean, boolean isToUnderlineCase, boolean ignoreNullValue)
parseBean 在类中 cn.hutool.core.lang.Dictpublic PoData setIgnoreNull(String attr, Object value)
setIgnoreNull 在类中 cn.hutool.core.lang.Dictpublic Date getDate(String attr)
getDate 在接口中 cn.hutool.core.getter.BasicTypeGetter<String>getDate 在类中 cn.hutool.core.lang.Dictpublic cn.hutool.core.date.DateTime getDateTime(String attr)
Copyright © 2020. All rights reserved.