Class ApplicationContextAotGenerator

java.lang.Object
org.springframework.context.generator.ApplicationContextAotGenerator

public class ApplicationContextAotGenerator extends Object
Process an ApplicationContext and its BeanFactory to generate code that represents the state of the bean factory, as well as the necessary hints that can be used at runtime in a constrained environment.
Since:
6.0
Author:
Stephane Nicoll
  • Constructor Details

    • ApplicationContextAotGenerator

      public ApplicationContextAotGenerator()
  • Method Details