public class Params
extends cn.featherfly.common.structure.ChainMapImpl<java.lang.String,java.io.Serializable>
| Modifier and Type | Class and Description |
|---|---|
static class |
Params.ParamType
The Enum ParamType.
|
| Constructor and Description |
|---|
Params()
Instantiates a new params.
|
Params(java.util.Map<java.lang.String,java.io.Serializable> map)
Instantiates a new params.
|
| Modifier and Type | Method and Description |
|---|---|
Params |
set(java.util.Map<java.lang.String,?> params)
Sets the.
|
Params |
set(java.lang.String name,
java.lang.Object value)
Sets the.
|
Params |
set(java.lang.String name,
java.io.Serializable value)
Sets the.
|
static Params |
setParam(java.util.Map<java.lang.String,?> params)
Sets the param.
|
static Params |
setParam(java.lang.String name,
java.lang.Object value)
Sets the param.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putAllChain, putChain, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Params()
public Params(java.util.Map<java.lang.String,java.io.Serializable> map)
map - the mappublic static final Params setParam(java.util.Map<java.lang.String,?> params)
params - the paramspublic static final Params setParam(java.lang.String name, java.lang.Object value)
name - the namevalue - the valuepublic Params set(java.lang.String name, java.lang.Object value)
name - the namevalue - the valuepublic Params set(java.lang.String name, java.io.Serializable value)
name - the namevalue - the valuepublic Params set(java.util.Map<java.lang.String,?> params)
params - the params