Interface InjectionResources

    • Method Detail

      • findResource

        <T> T findResource​(Class<T> type,
                           Type genericType)
        Given the field type, provide the matching resource value, or null.
        Parameters:
        type - type of field or parameter
        genericType - generic type information associated with field or parameter
        Returns:
        the corresponding value, or null