Class ContextInjector.FieldWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Field field  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FieldWrapper​(java.lang.reflect.Field field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void injectInto​(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable)
      Inject the toInject into this field or bean setter on object resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait