Class TestWriterInterceptor
java.lang.Object
org.eclipse.microprofile.rest.client.tck.providers.TestWriterInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) static intstatic intgetValue()
-
Constructor Details
-
TestWriterInterceptor
public TestWriterInterceptor()
-
-
Method Details
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
getValue
public static int getValue() -
getAndResetValue
public static int getAndResetValue()
-