Uses of Interface
org.springframework.aot.generator.GeneratedTypeContext
Packages that use GeneratedTypeContext
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
Support for generating code that represents the state of a bean factory.
Support for generating code that represents the state of an application
context.
-
Uses of GeneratedTypeContext in org.springframework.aot.generator
Classes in org.springframework.aot.generator that implement GeneratedTypeContext -
Uses of GeneratedTypeContext in org.springframework.beans.factory.generator
Methods in org.springframework.beans.factory.generator that return GeneratedTypeContextModifier and TypeMethodDescriptionBeanFactoryInitialization.generatedTypeContext()Return theGeneratedTypeContextto use to contribute additional methods or hints.Constructors in org.springframework.beans.factory.generator with parameters of type GeneratedTypeContextModifierConstructorDescriptionBeanFactoryInitialization(GeneratedTypeContext generatedTypeContext) -
Uses of GeneratedTypeContext in org.springframework.context.generator
Methods in org.springframework.context.generator with parameters of type GeneratedTypeContextModifier and TypeMethodDescriptionvoidApplicationContextAotGenerator.generateApplicationContext(GenericApplicationContext applicationContext, GeneratedTypeContext generationContext) Refresh the specifiedGenericApplicationContextand generate the necessary code to restore the state of itsBeanFactory, using the specifiedGeneratedTypeContext.Constructors in org.springframework.context.generator with parameters of type GeneratedTypeContextModifierConstructorDescriptionApplicationContextInitialization(GeneratedTypeContext generatedTypeContext)