Uses of Enum Class
org.springframework.aot.generate.AccessVisibility
Packages that use AccessVisibility
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of AccessVisibility in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return AccessVisibilityModifier 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.Methods in org.springframework.aot.generate with parameters of type AccessVisibilityModifier and TypeMethodDescriptionstatic AccessVisibility
AccessVisibility.lowest
(AccessVisibility... candidates) Returns the lowestAccessVisibility
put of the given candidates.