Class ParameterBeanMapperUtils
java.lang.Object
org.springframework.cloud.servicebroker.model.util.ParameterBeanMapperUtils
Utilities for mapping parameter maps to Java beans.
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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.
-
Method Details
-
mapParametersToBean
Instantiates an object of the specified type and populates properties of the object from the provided parameters.
-