Uses of Interface
org.jboss.resteasy.spi.ContextInjector
-
Packages that use ContextInjector Package Description org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi -
-
Uses of ContextInjector in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ContextInjector Modifier and Type Method Description Map<Type,ContextInjector>
ThreadLocalResteasyProviderFactory. getAsyncContextInjectors()
Map<Type,ContextInjector>
ThreadLocalResteasyProviderFactory. getContextInjectors()
-
Uses of ContextInjector in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ContextInjector Modifier and Type Field Description protected 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 ContextInjector Modifier and Type Method Description Map<Type,ContextInjector>
ResteasyProviderFactoryDelegate. getAsyncContextInjectors()
Map<Type,ContextInjector>
ResteasyProviderFactoryImpl. getAsyncContextInjectors()
Map<Type,ContextInjector>
ResteasyProviderFactoryDelegate. getContextInjectors()
Map<Type,ContextInjector>
ResteasyProviderFactoryImpl. getContextInjectors()
-
Uses of ContextInjector in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type ContextInjector Modifier and Type Method Description abstract Map<Type,ContextInjector>
ResteasyProviderFactory. getAsyncContextInjectors()
abstract Map<Type,ContextInjector>
ResteasyProviderFactory. getContextInjectors()
-