Class TimelineDomainReader

java.lang.Object
org.apache.hadoop.yarn.api.records.timelineservice.reader.TimelineDomainReader
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<TimelineDomain>

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

    • TimelineDomainReader

      public TimelineDomainReader()
  • Method Details