Class DuplicateProviderRegistrationInterceptor
- java.lang.Object
-
- org.jboss.resteasy.test.providers.custom.resource.DuplicateProviderRegistrationInterceptor
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
public class DuplicateProviderRegistrationInterceptor extends Object implements jakarta.ws.rs.ext.ReaderInterceptor
-
-
Constructor Summary
Constructors Constructor Description DuplicateProviderRegistrationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectaroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context)
-
-
-
Method Detail
-
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
-
-