Class MethodReference
java.lang.Object
org.springframework.aot.agent.MethodReference
Reference to a Java method, identified by its owner class and the method name.
This implementation is ignoring parameters on purpose, as the goal here is
to inform developers on invocations requiring additional
RuntimeHints configuration, not
precisely identifying a method.
- Since:
- 6.0
- Author:
- Brian Clozel
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn the declaring class for this method.Return the name of the method.inthashCode()static MethodReferencetoString()
- 
Method Details- 
of
- 
getClassNameReturn the declaring class for this method.- Returns:
- the declaring class name
 
- 
getMethodName
- 
equals
- 
hashCode
- 
toString
 
-