Class ReaderContextFirstReaderInterceptor
java.lang.Object
org.jboss.resteasy.embedded.test.core.interceptors.resource.ReaderContextFirstReaderInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
@Provider
@Priority(100)
public class ReaderContextFirstReaderInterceptor
extends Object
implements jakarta.ws.rs.ext.ReaderInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context)
-
Constructor Details
-
ReaderContextFirstReaderInterceptor
public ReaderContextFirstReaderInterceptor()
-
-
Method Details
-
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundReadFromin interfacejakarta.ws.rs.ext.ReaderInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-