Interface RequestScopeMatch<T>


public interface RequestScopeMatch<T>
Match for request scope provider.
  • Method Summary

    Modifier and Type Method Description
    List<String> keys()
    Return all the keys that match the provider.
    RequestScopeProvider<T> provider()
    Return the provider.