Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.1
-
All platforms
-
Advanced
Description
Apache CXF Rest Services doesn't support java.util.Map interface as their service arguments. They even do not support java.util.Map interface inside a bean.
This fix is to support Map interface as arguments and fields inside a bean.
> The code is tested with sample services like,
> public String debug(@FormParam("")TestEmployeeTO testObject1,@FormParam("map") Map<String,Integer> map)
>
> public class TestEmployeeTO
> Input Data
> map.x=11&map.y=9¤cies.IND=INR¤cies.USA=DOLLAR
> Output
> TestEmployeeTO[currencies=
]
> map=
>