public static interface Params.Holder
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
Object |
getByName(String key) |
boolean |
isEmpty() |
static Params.Holder |
of(List<?> params) |
static Params.Holder |
of(Map<String,?> params) |
boolean isEmpty()
Object get()
static Params.Holder of(Map<String,?> params)
params - query paramstatic Params.Holder of(List<?> params)
params - query paramCopyright © 2020. All rights reserved.