Closed kartikeytewari-ul closed 8 months ago
The build fixes issue-574.
applicationContext
springBeanFactory
sourceClassName
no-argument constructor
The build fixes issue-574.
Approach
applicationContext
andspringBeanFactory
is found.applicationContext
is null, no further action is taken.applicationContext
is not null, a reflection-based search is done to identify all beans.sourceClassName
.no-argument constructor
is present, an object is instantiated using it.no-argument constructor
, the first available constructor is used, with default values.