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
-
getType
Return 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.- Returns:
- the type that is not public
-
getMember
Return theMemberthat is not publicly accessible.- Returns:
- the member
-