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 RegistryInMemoryClientExecutor. getRegistry() -
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 requestsFields in org.jboss.resteasy.core declared as Registry Modifier and Type Field Description protected RegistrySynchronousDispatcher. registryMethods in org.jboss.resteasy.core that return Registry Modifier and Type Method Description RegistryDispatcher. getRegistry()RegistrySynchronousDispatcher. getRegistry() -
Uses of Registry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as Registry Modifier and Type Field Description protected RegistryResteasyDeployment. registryMethods in org.jboss.resteasy.spi that return Registry Modifier and Type Method Description RegistryResteasyDeployment. getRegistry()Methods in org.jboss.resteasy.spi with parameters of type Registry Modifier and Type Method Description voidResteasyDeployment. setRegistry(Registry registry)
-