Uses of Interface
org.jboss.resteasy.spi.Registry
Packages that use Registry
Package
Description
-
Uses of Registry in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement RegistryModifier and TypeClassDescriptionclass
Registry of resources and methods/classes that can dispatch HTTP method requests.Fields in org.jboss.resteasy.core declared as RegistryModifier and TypeFieldDescriptionprotected Registry
ResteasyDeploymentImpl.registry
protected Registry
SynchronousDispatcher.registry
Methods in org.jboss.resteasy.core that return RegistryModifier and TypeMethodDescriptionResteasyDeploymentImpl.getRegistry()
SynchronousDispatcher.getRegistry()
Methods in org.jboss.resteasy.core with parameters of type Registry -
Uses of Registry in org.jboss.resteasy.plugins.server.vertx
Classes in org.jboss.resteasy.plugins.server.vertx that implement RegistryMethods in org.jboss.resteasy.plugins.server.vertx with parameters of type RegistryConstructors in org.jboss.resteasy.plugins.server.vertx with parameters of type Registry -
Uses of Registry in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return RegistryModifier and TypeMethodDescriptionDelegateResteasyDeployment.getRegistry()
Dispatcher.getRegistry()
ResteasyDeployment.getRegistry()
Methods in org.jboss.resteasy.spi with parameters of type RegistryModifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.setRegistry
(Registry registry) void
ResteasyDeployment.setRegistry
(Registry registry)