public class TestReaderInterceptor extends Object implements javax.ws.rs.ext.ReaderInterceptor
Constructor and Description |
---|
TestReaderInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) |
static int |
getAndResetValue() |
static int |
getValue() |
public Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) throws IOException, javax.ws.rs.WebApplicationException
aroundReadFrom
in interface javax.ws.rs.ext.ReaderInterceptor
IOException
javax.ws.rs.WebApplicationException
public static int getValue()
public static int getAndResetValue()
Copyright © 2021 Eclipse Foundation. All rights reserved.