Class ResponseEntityMapper

java.lang.Object
org.apache.hadoop.hbase.http.jersey.ResponseEntityMapper
All Implemented Interfaces:
org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerResponseFilter

@Private public class ResponseEntityMapper extends Object implements org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerResponseFilter
Generate a uniform response wrapper around the Entity returned from the resource.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filter(org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerRequestContext requestContext, org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerResponseContext responseContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • filter

      public void filter(org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerRequestContext requestContext, org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerResponseContext responseContext) throws IOException
      Specified by:
      filter in interface org.apache.hbase.thirdparty.javax.ws.rs.container.ContainerResponseFilter
      Throws:
      IOException