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 Summary
Modifier and TypeMethodDescriptiongetName()Return the generated name of the method.Return aMethodReferenceto this generated method.toString() 
- 
Method Details
- 
getName
Return the generated name of the method.- Returns:
 - the name of the generated method
 
 - 
toMethodReference
Return aMethodReferenceto this generated method.- Returns:
 - a method reference
 
 - 
toString
 
 -