Uses of Class
org.springframework.aot.generate.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
Modifier and TypeMethodDescriptionModifierConstructorDescriptionprotected
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
Modifier and TypeClassDescriptionclass
GenerationContext
test implementation that usesInMemoryGeneratedFiles
and can configure aTestCompiler
instance.