Interface ContextResolver<T>

    • Method Detail

      • getContext

        T getContext​(java.lang.Class<?> type)
        Get a context of type T that is applicable to the supplied type.
        Parameters:
        type - the class of object for which a context is desired
        Returns:
        a context for the supplied type or null if a context for the supplied type is not available from this provider.