|
|
|
@ -26,7 +26,12 @@ import org.springframework.beans.factory.support.DefaultListableBeanFactory; |
|
|
|
import org.springframework.beans.factory.support.RegisteredBean; |
|
|
|
import org.springframework.beans.factory.support.RegisteredBean; |
|
|
|
import org.springframework.beans.factory.support.RootBeanDefinition; |
|
|
|
import org.springframework.beans.factory.support.RootBeanDefinition; |
|
|
|
import org.springframework.beans.testfixture.beans.factory.DummyFactory; |
|
|
|
import org.springframework.beans.testfixture.beans.factory.DummyFactory; |
|
|
|
|
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.GenericFactoryBean; |
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.MockBeanRegistrationsCode; |
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.MockBeanRegistrationsCode; |
|
|
|
|
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.NumberFactoryBean; |
|
|
|
|
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.SimpleBean; |
|
|
|
|
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.SimpleBeanConfiguration; |
|
|
|
|
|
|
|
import org.springframework.beans.testfixture.beans.factory.aot.SimpleBeanFactoryBean; |
|
|
|
import org.springframework.core.ResolvableType; |
|
|
|
import org.springframework.core.ResolvableType; |
|
|
|
import org.springframework.core.testfixture.aot.generate.TestGenerationContext; |
|
|
|
import org.springframework.core.testfixture.aot.generate.TestGenerationContext; |
|
|
|
import org.springframework.util.ReflectionUtils; |
|
|
|
import org.springframework.util.ReflectionUtils; |
|
|
|
|