Class MapInjectionResources

    • Constructor Summary

      Constructors 
      Constructor Description
      MapInjectionResources​(java.util.Map<java.lang.Class,​java.lang.Object> map)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T findResource​(java.lang.Class<T> type, java.lang.reflect.Type genericType)
      Given the field type, provide the matching resource value, or null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapInjectionResources

        public MapInjectionResources​(java.util.Map<java.lang.Class,​java.lang.Object> map)
    • Method Detail

      • findResource

        public <T> T findResource​(java.lang.Class<T> type,
                                  java.lang.reflect.Type genericType)
        Description copied from interface: InjectionResources
        Given the field type, provide the matching resource value, or null.
        Specified by:
        findResource in interface InjectionResources
        Parameters:
        type - type of field or parameter
        genericType - generic type information associated with field or parameter
        Returns:
        the corresponding value, or null