Uses of Class
org.springframework.aot.generate.AccessControl
Packages that use AccessControl
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of AccessControl in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return AccessControlModifier and TypeMethodDescriptionstatic AccessControl
Create anAccessControl
for the givenClass
.static AccessControl
Create anAccessControl
for the given member.static AccessControl
AccessControl.forResolvableType
(ResolvableType resolvableType) Create anAccessControl
for the givenResolvableType
.static AccessControl
AccessControl.lowest
(AccessControl... candidates) Returns the lowestAccessControl
from the given candidates.Methods in org.springframework.aot.generate with parameters of type AccessControlModifier and TypeMethodDescriptionstatic AccessControl
AccessControl.lowest
(AccessControl... candidates) Returns the lowestAccessControl
from the given candidates.