Uses of Class
org.jboss.resteasy.spi.InternalDispatcher
-
Packages that use InternalDispatcher Package Description org.jboss.resteasy.spi -
-
Uses of InternalDispatcher in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as InternalDispatcher Modifier and Type Field Description private static InternalDispatcher
InternalDispatcher. instance
Methods in org.jboss.resteasy.spi that return InternalDispatcher Modifier and Type Method Description static InternalDispatcher
InternalDispatcher. getInstance()
Methods in org.jboss.resteasy.spi with parameters of type InternalDispatcher Modifier and Type Method Description static void
InternalDispatcher. setInstance(InternalDispatcher instance)
-