Class ReaderInterceptorRegistry.ReaderInterceptorFacade

java.lang.Object
org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
All Implemented Interfaces:
javax.ws.rs.ext.ReaderInterceptor
Enclosing class:
ReaderInterceptorRegistry

public static class ReaderInterceptorRegistry.ReaderInterceptorFacade extends Object implements javax.ws.rs.ext.ReaderInterceptor
  • Field Details

  • Constructor Details

  • Method Details

    • getInterceptor

      public MessageBodyReaderInterceptor getInterceptor()
    • aroundReadFrom

      public Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) throws IOException, javax.ws.rs.WebApplicationException
      Specified by:
      aroundReadFrom in interface javax.ws.rs.ext.ReaderInterceptor
      Throws:
      IOException
      javax.ws.rs.WebApplicationException