public final class ParameterBeanMapperUtils extends Object
| 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.
|