Uses of Class
org.springframework.aot.generate.GeneratedResource
Packages that use GeneratedResource
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of GeneratedResource in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return GeneratedResourceModifier and TypeMethodDescriptionGeneratedResources.addForFeature(String extension, String featureName) Add a new generated resource for the specifiedextensionandfeatureName, and no particular component.GeneratedResources.addForFeatureComponent(String extension, String featureName, org.springframework.javapoet.ClassName targetComponent) Add a new generated resource for the specifiedextensionandfeatureName, targeting the specifiedtargetComponent.Return theGeneratedResourceat the givenpath.GeneratedResources.getOrAddForFeature(String extension, String featureName) Get or add a generated resource for the specifiedextensionandfeatureName, and no particular component.GeneratedResources.getOrAddForFeatureComponent(String extension, String featureName, org.springframework.javapoet.ClassName targetComponent) Get or add a generated resource for the specifiedextensionandfeatureName, targeting the specifiedtargetComponent.