Package org.glassfish.jersey.examples.helloworld
-
Class Summary Class Description App Main Java application.App.JaxRsApplication JAX-RS application defined as a CDI bean.AppScopedResource Application scoped CDI based resource.CustomInterceptor CDI based JAX-RS interceptor that re-writes the original output with request ID obtained from another CDI bean.HelloWorldResource Hello-world JAX-RS resource implemented as CDI bean.RequestScopedBean Request scoped CDI bean.RequestScopedResource JAX-RS resource class backed by a request scoped CDI bean. -
Annotation Types Summary Annotation Type Description ResponseBodyFromCdiBean BindsCustomInterceptorwith resource methods that should return modified entity than the one returned from the method.