Package org.springframework.aot.generate
Class GeneratedClass
java.lang.Object
org.springframework.aot.generate.GeneratedClass
A generated class.
- Since:
- 6.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the method generator that can be used for this generated class.org.springframework.javapoet.ClassName
getName()
Return the name of the generated class.
-
Method Details
-
getName
public org.springframework.javapoet.ClassName getName()Return the name of the generated class.- Returns:
- the name of the generated class
-
getMethodGenerator
Return the method generator that can be used for this generated class.- Returns:
- the method generator
-