Uses of Interface
org.jboss.resteasy.spi.Registry
-
Packages that use Registry Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.guice org.jboss.resteasy.plugins.server.vertx org.jboss.resteasy.plugins.spring org.jboss.resteasy.spi -
-
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 requests.Fields in org.jboss.resteasy.core declared as Registry Modifier and Type Field Description protected Registry
ResteasyDeploymentImpl. registry
protected Registry
SynchronousDispatcher. registry
Methods in org.jboss.resteasy.core that return Registry Modifier and Type Method Description Registry
ResteasyDeploymentImpl. getRegistry()
Registry
SynchronousDispatcher. getRegistry()
Methods in org.jboss.resteasy.core with parameters of type Registry Modifier and Type Method Description void
ResteasyDeploymentImpl. setRegistry(Registry registry)
-
Uses of Registry in org.jboss.resteasy.plugins.guice
Constructors in org.jboss.resteasy.plugins.guice with parameters of type Registry Constructor Description ModuleProcessor(Registry registry, ResteasyProviderFactory providerFactory)
-
Uses of Registry in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement Registry Modifier and Type Class Description class
VertxRegistry
Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type Registry Modifier and Type Method Description void
VertxResteasyDeployment. setRegistry(Registry registry)
Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type Registry Constructor Description VertxRegistry(Registry delegate, ResourceBuilder resourceBuilder)
-
Uses of Registry in org.jboss.resteasy.plugins.spring
Fields in org.jboss.resteasy.plugins.spring declared as Registry Modifier and Type Field Description protected Registry
SpringBeanProcessor. registry
Methods in org.jboss.resteasy.plugins.spring that return Registry Modifier and Type Method Description Registry
SpringBeanProcessor. getRegistry()
Registry
SpringBeanProcessorServletAware. getRegistry()
Methods in org.jboss.resteasy.plugins.spring with parameters of type Registry Modifier and Type Method Description void
SpringBeanProcessor. setRegistry(Registry registry)
Constructors in org.jboss.resteasy.plugins.spring with parameters of type Registry Constructor Description SpringBeanProcessor(Dispatcher dispatcher, Registry registry, ResteasyProviderFactory providerFactory)
-
Uses of Registry in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return Registry Modifier and Type Method Description Registry
Dispatcher. getRegistry()
Registry
ResteasyDeployment. getRegistry()
Methods in org.jboss.resteasy.spi with parameters of type Registry Modifier and Type Method Description void
ResteasyDeployment. setRegistry(Registry registry)
-