Archana H created LENS-1005:
-------------------------------
Summary: Unable to marshal json query responses to LensAPIResult
object.
Key: LENS-1005
URL: https://issues.apache.org/jira/browse/LENS-1005
Project: Apache Lens
Issue Type: Bug
Components: api
Reporter: Archana H
Execute query with output media type as APPLICATION_JSON returns json string
which is unable to convert to LensAPIResult.
Response response = <REST API reponse>
LensAPIResult result = response.readEntity(newGenericType<LensAPIResult>(){});
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)