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 thetype
that is non-public. For a plain protectedmember
access, 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
-
getMember
Return theMember
that is not publicly accessible.- Returns:
- the member
-