Uses of Interface
org.jboss.resteasy.spi.ContextInjector
Packages that use ContextInjector
Package
Description
-
Uses of ContextInjector in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ContextInjectorModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getAsyncContextInjectors()
ThreadLocalResteasyProviderFactory.getContextInjectors()
-
Uses of ContextInjector in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ContextInjectorModifier and TypeFieldDescriptionprotected SnapshotMap
<Type, ContextInjector> ResteasyProviderFactoryImpl.asyncContextInjectors
protected SnapshotMap
<Type, ContextInjector> ResteasyProviderFactoryImpl.contextInjectors
Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ContextInjectorModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getAsyncContextInjectors()
ResteasyProviderFactoryImpl.getAsyncContextInjectors()
ResteasyProviderFactoryDelegate.getContextInjectors()
ResteasyProviderFactoryImpl.getContextInjectors()
-
Uses of ContextInjector in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type ContextInjectorModifier and TypeMethodDescriptionabstract Map
<Type, ContextInjector> ResteasyProviderFactory.getAsyncContextInjectors()
abstract Map
<Type, ContextInjector> ResteasyProviderFactory.getContextInjectors()