[ 
https://issues.apache.org/jira/browse/SCB-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556809#comment-16556809
 ] 

ASF GitHub Bot commented on SCB-775:
------------------------------------

wujimin commented on a change in pull request #837: [SCB-775]support invoke 
service using raw type like JsonObject & String
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/837#discussion_r205317320
 
 

 ##########
 File path: 
demo/demo-schema/src/main/java/org/apache/servicecomb/demo/RestObjectMapperWithStringMapper.java
 ##########
 @@ -43,6 +45,8 @@
  *  conversion change. You must write  convertValue to check possible types 
using.
  */
 public class RestObjectMapperWithStringMapper extends RestObjectMapper {
+  private static Logger LOGGER = 
LoggerFactory.getLogger(RestObjectMapperWithStringMapper.class);
+
   private static final long serialVersionUID = -8158869347066287575L;
 
   private static final JavaType STRING_JAVA_TYPE = 
TypeFactory.defaultInstance().constructType(String.class);
 
 Review comment:
   declare but not used?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> support invoke service using raw type like JsonObject
> -----------------------------------------------------
>
>                 Key: SCB-775
>                 URL: https://issues.apache.org/jira/browse/SCB-775
>             Project: Apache ServiceComb
>          Issue Type: New Feature
>          Components: Java-Chassis
>            Reporter: liubao
>            Assignee: liubao
>            Priority: Major
>
> When using RestTemplate, can use JsonObject or String as request body 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to