Uses of Class
org.springframework.aot.generate.DefaultGenerationContext
Packages that use DefaultGenerationContext
Package
Description
Support classes for components that contribute generated code equivalent to a
 runtime behavior.
Test support for core AOT classes.
- 
Uses of DefaultGenerationContext in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return DefaultGenerationContextModifier and TypeMethodDescriptionConstructors in org.springframework.aot.generate with parameters of type DefaultGenerationContextModifierConstructorDescriptionprotectedDefaultGenerationContext(DefaultGenerationContext existing, String featureName) Create a newDefaultGenerationContextinstance based on the suppliedexistingcontext and feature name. - 
Uses of DefaultGenerationContext in org.springframework.aot.test.generate
Subclasses of DefaultGenerationContext in org.springframework.aot.test.generateModifier and TypeClassDescriptionclassGenerationContexttest implementation that usesInMemoryGeneratedFilesand can configure aTestCompilerinstance.