Uses of Class
org.jboss.resteasy.core.ResourceMethodRegistry
Packages that use ResourceMethodRegistry
Package
Description
-
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.jsapi
Constructors in org.jboss.resteasy.jsapi with parameters of type ResourceMethodRegistryModifierConstructorDescriptionServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocatorInvoker invoker) -
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) -
Uses of ResourceMethodRegistry in org.jboss.resteasy.wadl
Constructors in org.jboss.resteasy.wadl with parameters of type ResourceMethodRegistryModifierConstructorDescriptionResteasyWadlServiceRegistry(ResteasyWadlServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)