Package org.springframework.aot.generate
Class GeneratedMethod
java.lang.Object
org.springframework.aot.generate.GeneratedMethod
A generated method.
- Since:
- 6.0
- Author:
- Phillip Webb, Stephane Nicoll
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Return the generated name of the method.Return aMethodReferenceto this generated method.toString()
- 
Method Details- 
getNameReturn the generated name of the method.- Returns:
- the name of the generated method
 
- 
toMethodReferenceReturn aMethodReferenceto this generated method.- Returns:
- a method reference
 
- 
toString
 
-