Example #1
0
 @Override
 public String getBodyContentType() {
   System.out.println("entity.getContentType().getValue():" + entity.getContentType().getValue());
   return entity.getContentType().getValue();
 }