Uses of Class
org.springframework.aot.generator.ProtectedAccess
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
Support for generating code that represents the state of a bean factory.
-
Uses of ProtectedAccess in org.springframework.aot.generator
Modifier and TypeMethodDescriptionCodeContribution.protectedAccess()
Return the protected access to use to analyze any privileged access, if necessary.DefaultCodeContribution.protectedAccess()
ModifierConstructorDescriptionprotected
DefaultCodeContribution
(MultiStatement statements, RuntimeHints runtimeHints, ProtectedAccess protectedAccess) -
Uses of ProtectedAccess in org.springframework.beans.factory.generator
Modifier and TypeMethodDescriptionvoid
BeanFactoryInitialization.contribute
(ProtectedAccess protectedAccess, Supplier<String> methodName, Consumer<org.springframework.javapoet.CodeBlock.Builder> methodBody) Contribute code that initializes the bean factory.