Package org.springframework.aot.hint
Class MemberHint
java.lang.Object
org.springframework.aot.hint.MemberHint
- Direct Known Subclasses:
 ExecutableHint,FieldHint
Base hint that describes the need for reflection on a 
Member.- Since:
 - 6.0
 - Author:
 - Stephane Nicoll
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MemberHint
 
 - 
 - 
Method Details
- 
getName
Return the name of the member.- Returns:
 - the name
 
 
 -