Uses of Interface
org.jboss.resteasy.spi.Registry
-
Packages that use Registry Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.server.vertx 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 classResourceMethodRegistryRegistry 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 RegistryResteasyDeploymentImpl. registryprotected RegistrySynchronousDispatcher. registryMethods in org.jboss.resteasy.core that return Registry Modifier and Type Method Description RegistryResteasyDeploymentImpl. getRegistry()RegistrySynchronousDispatcher. getRegistry()Methods in org.jboss.resteasy.core with parameters of type Registry Modifier and Type Method Description voidResteasyDeploymentImpl. setRegistry(Registry registry) -
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 classVertxRegistryMethods in org.jboss.resteasy.plugins.server.vertx with parameters of type Registry Modifier and Type Method Description voidVertxResteasyDeployment. 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.spi
Methods in org.jboss.resteasy.spi that return Registry Modifier and Type Method Description RegistryDispatcher. getRegistry()RegistryResteasyDeployment. getRegistry()Methods in org.jboss.resteasy.spi with parameters of type Registry Modifier and Type Method Description voidResteasyDeployment. setRegistry(Registry registry)
-