Interface ForeignRequestScopeBridge
public interface ForeignRequestScopeBridge
Internal service to help determine
which HK2 factory provided components should be treated
as request scoped. This is to help avoid having
dynamic proxies of request scoped components injected into
factory created components managed by 3rd party component
providers
Jakub Podlesak.
-
Method Summary
Modifier and TypeMethodDescriptionGet me a set of classes that are managed outside of HK2 and should be treated as if HK2 request scoped.
-
Method Details
-
getRequestScopedComponents
Get me a set of classes that are managed outside of HK2 and should be treated as if HK2 request scoped.- Returns:
- set of classes representing foreign request scoped components.
-