(Developer)

Customize the configuration-based controller command and data bean mapping framework

WebSphere Commerce uses REST calls for some data beans by default. They are configured with mapping profiles that map REST input parameters to data bean or controller command setter-methods, and data bean or controller command getter-methods to REST output parameters. To customize this behavior, we must either create new mappings, or extend the default mappings. The following scenarios might be typical when customizing the framework:

Note: Customizing the framework refers to creating new REST handlers and mapping profiles, or extending built-in mapping profiles.


Procedure