public class HttpRequestUserSignUpDTOPopulator extends java.lang.Object implements Populator<HttpServletRequest,UserSignUpWsDTO>
UserSignUpWsDTO instance based on http request parameters:| Constructor and Description |
|---|
HttpRequestUserSignUpDTOPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(HttpServletRequest source,
UserSignUpWsDTO target)
Populate the target instance with values from the source instance.
|
public void populate(HttpServletRequest source,
UserSignUpWsDTO target)
throws ConversionException
Populatorpopulate in interface Populator<HttpServletRequest,UserSignUpWsDTO>source - the source objecttarget - the target to fillConversionException - if an error occursCopyright © 2018 SAP SE. All Rights Reserved.