Uses of Enum Class
org.springframework.aot.generate.AccessVisibility
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of AccessVisibility in org.springframework.aot.generate
Modifier and TypeMethodDescriptionstatic AccessVisibility
Determine theAccessVisibility
for the givenClass
.static AccessVisibility
Determine theAccessVisibility
for the given member.static AccessVisibility
AccessVisibility.forResolvableType
(ResolvableType resolvableType) Determine theAccessVisibility
for the givenResolvableType
.static AccessVisibility
AccessVisibility.lowest
(AccessVisibility... candidates) Returns the lowestAccessVisibility
put of the given candidates.static AccessVisibility
Returns the enum constant of this class with the specified name.static AccessVisibility[]
AccessVisibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic AccessVisibility
AccessVisibility.lowest
(AccessVisibility... candidates) Returns the lowestAccessVisibility
put of the given candidates.