Class ReaderInterceptorRegistry.MessageBodyReaderContextFacade

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MessageBodyReaderContextFacade​(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.annotation.Annotation[] getAnnotations()  
      java.lang.Object getAttribute​(java.lang.String attribute)
      Allows you to pass values back and forth between interceptors On the server side, this is the HttpRequest attributes, on the client side, this is the ClientRequest/ClientResponse attributes.
      java.lang.reflect.Type getGenericType()  
      javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String> getHeaders()  
      java.io.InputStream getInputStream()  
      javax.ws.rs.core.MediaType getMediaType()  
      java.lang.Class getType()  
      java.lang.Object proceed()  
      void removeAttribute​(java.lang.String name)  
      void setAnnotations​(java.lang.annotation.Annotation[] annotations)  
      void setAttribute​(java.lang.String name, java.lang.Object value)  
      void setGenericType​(java.lang.reflect.Type genericType)  
      void setInputStream​(java.io.InputStream is)  
      void setMediaType​(javax.ws.rs.core.MediaType mediaType)  
      void setType​(java.lang.Class type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait