2015-10-20 67 views
1

我正在使用swaggerspring mvc -1.0.2和jackson-databind 2.6.3.why它產生空值value.how停止它?.it停止swagger UI。 JSONSwagger JSON產生空值它停止UI

    { 
         "parameterType": { 
          "absoluteType": "array" 
         }, 
         "name": "file", 
         "description": "Pass File as input", 
         "defaultValue": "", 
         "required": true, 
         "allowMultiple": false, 
         "allowableValues": null, 
         "paramType": "query", 
         "paramAccess": null 
        } 

回答