Class CdiAwareRegistry

java.lang.Object
org.jboss.resteasy.core.ResourceMethodRegistry
org.jboss.resteasy.cdi.CdiAwareRegistry
All Implemented Interfaces:
Registry

@Priority(10) public class CdiAwareRegistry extends ResourceMethodRegistry implements Registry
A registry which is CDI aware and will create per-request resources from the CDI container. If the resource is not a CDI component, it delegates to the ResourceMethodRegistry.
Author:
James R. Perkins