Class SetResolver


  • public class SetResolver
    extends java.lang.Object
    Resolves collection fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetResolver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SetInjectionPoint[] resolve​(java.lang.Class type, boolean autowire)
      Resolves all collections for given type.
      • Methods inherited from class java.lang.Object

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

      • SetResolver

        public SetResolver()
    • Method Detail

      • resolve

        public SetInjectionPoint[] resolve​(java.lang.Class type,
                                           boolean autowire)
        Resolves all collections for given type.