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 DefaultGenerationContextModifierConstructorDescriptionprotected
DefaultGenerationContext
(DefaultGenerationContext existing, String featureName) Create a newDefaultGenerationContext
instance based on the suppliedexisting
context and feature name. -
Uses of DefaultGenerationContext in org.springframework.aot.test.generate
Subclasses of DefaultGenerationContext in org.springframework.aot.test.generateModifier and TypeClassDescriptionclass
GenerationContext
test implementation that usesInMemoryGeneratedFiles
and can configure aTestCompiler
instance.