Uses of Enum Class
io.quarkus.gizmo2.creator.AccessLevel
Packages that use AccessLevel
-
Uses of AccessLevel in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 with parameters of type AccessLevelModifier and TypeMethodDescriptionvoidModifierConfigurator.set(ModifierLocation location, AccessLevel accessLevel) -
Uses of AccessLevel in io.quarkus.gizmo2.creator
Fields in io.quarkus.gizmo2.creator with type parameters of type AccessLevelModifier and TypeFieldDescriptionstatic final List<AccessLevel>AccessLevel.valuesThe list of access values.Methods in io.quarkus.gizmo2.creator that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelAccessLevel.of(int bits) Returns the access level indicated by the given bit mask.static AccessLevelReturns the enum constant of this class with the specified name.static AccessLevel[]AccessLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.gizmo2.creator with parameters of type AccessLevelModifier and TypeMethodDescriptionvoidModifiableCreator.setAccess(AccessLevel access) Set the access level of this creator.booleanModifierLocation.supports(AccessLevel level)