Class ProtectedElement
java.lang.Object
org.springframework.aot.generator.ProtectedElement
A 
Member that is non-public, with the related type.- Since:
- 6.0
- Author:
- Stephane Nicoll
- 
Method Summary
- 
Method Details- 
getTypeReturn thetypethat is non-public. For a plain protectedmemberaccess, the type of the declaring class is used. Otherwise, the type in the member signature, such as a parameter type for an executable, or the return type of a field is used. If the type is generic, the type that is protected in the generic signature is used.- Returns:
- the type that is not public
 
- 
getMemberReturn theMemberthat is not publicly accessible.- Returns:
- the member
 
 
-