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 (jakub.podlesak at oracle.com).
    • Method Detail

      • getRequestScopedComponents

        java.util.Set<java.lang.Class<?>> 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.