Class ResourceResolver<A extends java.lang.annotation.Annotation,​R extends com.adelean.inject.resources.core.Parsable<?>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Class<?> testClass  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ResourceResolver​(java.lang.Class<?> testClass)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract R resolve​(A resourceAnnotation)  
      • Methods inherited from class java.lang.Object

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

      • testClass

        protected final java.lang.Class<?> testClass
    • Constructor Detail

      • ResourceResolver

        protected ResourceResolver​(java.lang.Class<?> testClass)
    • Method Detail

      • resolve

        public abstract R resolve​(A resourceAnnotation)