Uses of Class
org.springframework.aot.generator.ProtectedAccess
Packages that use ProtectedAccess
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
-
Uses of ProtectedAccess in org.springframework.aot.generator
Methods in org.springframework.aot.generator that return ProtectedAccessModifier and TypeMethodDescriptionCodeContribution.protectedAccess()Return the protected access to use to analyze any privileged access, if necessary.DefaultCodeContribution.protectedAccess()Constructors in org.springframework.aot.generator with parameters of type ProtectedAccessModifierConstructorDescriptionprotectedDefaultCodeContribution(MultiStatement statements, RuntimeHints runtimeHints, ProtectedAccess protectedAccess)