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