Uses of Interface
org.jboss.resteasy.spi.Registry
Package
Description
-
Uses of Registry in org.jboss.resteasy.core
Modifier and TypeClassDescriptionclass
Registry of resources and methods/classes that can dispatch HTTP method requests.Modifier and TypeFieldDescriptionprotected Registry
ResteasyDeploymentImpl.registry
protected Registry
SynchronousDispatcher.registry
Modifier and TypeMethodDescriptionResteasyDeploymentImpl.getRegistry()
SynchronousDispatcher.getRegistry()
-
Uses of Registry in org.jboss.resteasy.plugins.server.vertx
-
Uses of Registry in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionDelegateResteasyDeployment.getRegistry()
Dispatcher.getRegistry()
ResteasyDeployment.getRegistry()
Modifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.setRegistry
(Registry registry) void
ResteasyDeployment.setRegistry
(Registry registry)