public final class ParameterBeanMapper extends Object
| Constructor and Description |
|---|
ParameterBeanMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
mapParametersToBean(Map<String,Object> parameters,
Class<T> cls)
Instantiates an object of the specified type and populates properties of the object from the provided
parameters.
|