Class TestReaderInterceptor
java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestReaderInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) static intstatic intgetValue()
-
Constructor Details
-
TestReaderInterceptor
public TestReaderInterceptor()
-
-
Method Details
-
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundReadFromin interfacejakarta.ws.rs.ext.ReaderInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
getValue
public static int getValue() -
getAndResetValue
public static int getAndResetValue()
-