Class CustomInterceptor

java.lang.Object
org.glassfish.jersey.examples.helloworld.CustomInterceptor
All Implemented Interfaces:
WriterInterceptor

@ApplicationScoped public class CustomInterceptor extends Object implements WriterInterceptor
CDI based JAX-RS interceptor that re-writes the original output with request ID obtained from another CDI bean.
Author:
Jakub Podlesak