Class TimelinePutResponseReader

java.lang.Object
org.apache.hadoop.yarn.api.records.timeline.reader.TimelinePutResponseReader
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<TimelinePutResponse>

@Provider @Consumes("application/json") public class TimelinePutResponseReader extends Object implements javax.ws.rs.ext.MessageBodyReader<TimelinePutResponse>
We have defined a dedicated Reader for TimelinePutResponse, aimed at adapting to the Jersey2 framework to ensure that JSON can be converted into TimelinePutResponse.