Uses of Class
org.springframework.aot.generator.ProtectedAccess.Options
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.Options in org.springframework.aot.generator
Modifier and TypeMethodDescriptionProtectedAccess.Options.Builder.build()
Build anProtectedAccess.Options
instance based on the state of this builder.Modifier and TypeMethodDescriptionvoid
ProtectedAccess.analyze
(Member member, ProtectedAccess.Options options) -
Uses of ProtectedAccess.Options in org.springframework.beans.factory.generator
Modifier and TypeMethodDescriptionInjectionGenerator.getProtectedAccessInjectionOptions
(Member member) Return theProtectedAccess.Options
to use if protected access analysis is required for the specifiedMember
.