public class TableInput extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 字段和说明 |
|---|---|
static String |
columns |
static String |
groupBy |
static String |
isAsc |
static String |
jsonFields |
static String |
orderBy |
static String |
pageNo |
static String |
pageSize |
| 构造器和说明 |
|---|
TableInput() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valueshashCode, toStringpublic static TableInput of(Object key, Object value)
public static TableInput by(Object key, Object value)
public static TableInput create()
public TableInput set(Object key, Object value)
public TableInput setIfNotBlank(Object key, String value)
public TableInput setIfNotNull(Object key, Object value)
public TableInput set(Map map)
public TableInput set(com.jfinal.kit.Kv kv)
public TableInput set(TableInput kv)
public TableInput delete(Object key)
public <T> T getAs(Object key)
public <T> T getAs(Object key, T defaultValue)
public BigDecimal getBigDecimal(Object key)
public java.time.LocalDateTime getLocalDateTime(Object key)
public boolean notNull(Object key)
public boolean isNull(Object key)
public boolean isTrue(Object key)
public boolean isFalse(Object key)
public String toJson()
public boolean equals(Object kv)
equals 在接口中 Mapequals 在类中 AbstractMappublic TableInput keep(String... keys)
public <K,V> Map<K,V> toMap()
public TableInput setColumns(String inputColumns)
public TableInput columns(String inputColumns)
public String getColumns()
public TableInput setJsonFields(String[] inputJsonFields)
public String[] getJsonFields()
public TableInput setOrderBy(String inputOrderBy)
public TableInput orderBy(String inputOrderBy)
public String getOrderBy()
public TableInput setGroupBy(String inputGroupBy)
public String getGroupBy()
public TableInput setPageNo(Integer inputPageNo)
public TableInput pageNo(int inputPageNo)
public Integer getPageNo()
public TableInput setPageSize(Integer inputPageSize)
public TableInput pageSize(Integer inputPageSize)
public Integer getPageSize()
public TableInput setAsc(Boolean inputIsAsc)
public TableInput asc(boolean inputIsAsc)
public Boolean isAsc()
public TableInput addJsonField(String jsonField)
public TableInput setJsonFieldString(String jsonFieldString)
public TableInput setOp(String field, String value)
Copyright © 2024. All rights reserved.