Uses of Class
org.springframework.aot.generate.GeneratedClasses.Builder
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of GeneratedClasses.Builder in org.springframework.aot.generate
Modifier and TypeMethodDescriptionGeneratedClasses.forFeature
(String featureName) Prepare aGeneratedClass
for the specifiedfeatureName
and no particular component.GeneratedClasses.forFeatureComponent
(String featureName, Class<?> component)