Interface MethodBasedProvider<T>

    • Method Detail

      • provide

        T provide​(Method method)
        Loads a T based on the method
        Parameters:
        method - the method from which the information should be loaded
        Returns:
        the loaded object