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 AccessVisibilityDetermine theAccessVisibilityfor the givenClass.static AccessVisibilityDetermine theAccessVisibilityfor the given member.static AccessVisibilityAccessVisibility.forResolvableType(ResolvableType resolvableType) Determine theAccessVisibilityfor the givenResolvableType.static AccessVisibilityAccessVisibility.lowest(AccessVisibility... candidates) Returns the lowestAccessVisibilityput of the given candidates.static AccessVisibilityReturns 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 AccessVisibilityAccessVisibility.lowest(AccessVisibility... candidates) Returns the lowestAccessVisibilityput of the given candidates.