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
-
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom
(jakarta.ws.rs.ext.ReaderInterceptorContext context)
-
Constructor Details
-
DuplicateProviderRegistrationInterceptor
public DuplicateProviderRegistrationInterceptor()
-
-
Method Details
-
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundReadFrom
in interfacejakarta.ws.rs.ext.ReaderInterceptor
- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-