Uses of Interface
org.jboss.resteasy.spi.Registry
-
Packages that use Registry Package Description org.jboss.resteasy.client.core.executors org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of Registry in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors that return Registry Modifier and Type Method Description Registry
InMemoryClientExecutor. getRegistry()
-
Uses of Registry in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Registry Modifier and Type Class Description class
ResourceMethodRegistry
Registry of resources and methods/classes that can dispatch HTTP method requestsFields in org.jboss.resteasy.core declared as Registry Modifier and Type Field Description protected Registry
SynchronousDispatcher. registry
Methods in org.jboss.resteasy.core that return Registry Modifier and Type Method Description Registry
Dispatcher. getRegistry()
Registry
SynchronousDispatcher. getRegistry()
-
Uses of Registry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as Registry Modifier and Type Field Description protected Registry
ResteasyDeployment. registry
Methods in org.jboss.resteasy.spi that return Registry Modifier and Type Method Description Registry
ResteasyDeployment. getRegistry()
Methods in org.jboss.resteasy.spi with parameters of type Registry Modifier and Type Method Description void
ResteasyDeployment. setRegistry(Registry registry)
-