when i am sending a request through postman, i am getting a following exception.
org.codehaus.jackson.map.JsonMappingException: Can not instantiate value of type [map type; class java.util.LinkedHashMap, [simple type, class java.lang.Object] -> [simple type, class java.lang.Object]] from JSON String; no single-String constructor/factory method.
i am using mulesoft, should i make change in an xml file or add an annotation in java file?