Uses of Class
org.jboss.resteasy.core.ResourceMethodRegistry
Packages that use ResourceMethodRegistry
-
Uses of ResourceMethodRegistry in org.jboss.resteasy.cdi
Subclasses of ResourceMethodRegistry in org.jboss.resteasy.cdiModifier and TypeClassDescriptionclassA registry which is CDI aware and will create per-request resources from the CDI container. -
Uses of ResourceMethodRegistry in org.jboss.resteasy.core
Constructors in org.jboss.resteasy.core with parameters of type ResourceMethodRegistryModifierConstructorDescriptionAsynchronousDispatcher(ResteasyProviderFactory providerFactory, ResourceMethodRegistry registry) SynchronousDispatcher(ResteasyProviderFactory providerFactory, ResourceMethodRegistry registry) -
Uses of ResourceMethodRegistry in org.jboss.resteasy.links.impl
Constructors in org.jboss.resteasy.links.impl with parameters of type ResourceMethodRegistryModifierConstructorDescriptionClassLinksProvider(jakarta.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry resourceMethodRegistry) ObjectLinksProvider(jakarta.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry resourceMethodRegistry)