Class ProtectedAccess.Options
java.lang.Object
org.springframework.aot.generator.ProtectedAccess.Options
- Enclosing class:
- ProtectedAccess
Options to use to analyze if invoking a
Member
requires
privileged access.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefaults()
Initialize aProtectedAccess.Options.Builder
with default options, that is use reflection if the member is private and does not assign the return type.
-
Method Details
-
defaults
Initialize aProtectedAccess.Options.Builder
with default options, that is use reflection if the member is private and does not assign the return type.- Returns:
- an options builder
-