public class TestWriterInterceptor extends Object implements javax.ws.rs.ext.WriterInterceptor
Constructor and Description |
---|
TestWriterInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) |
static int |
getAndResetValue() |
static int |
getValue() |
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) throws IOException, javax.ws.rs.WebApplicationException
aroundWriteTo
in interface javax.ws.rs.ext.WriterInterceptor
IOException
javax.ws.rs.WebApplicationException
public static int getValue()
public static int getAndResetValue()
Copyright © 2021 Eclipse Foundation. All rights reserved.