Uses of Enum
net.bytebuddy.description.modifier.ProvisioningState
Packages that use ProvisioningState
Package
Description
Classes of this package allow the representation of Java classes, their member and their meta data.
The modifier package contains high-level and type-safe descriptions of Java modifiers.
-
Uses of ProvisioningState in net.bytebuddy.description
Methods in net.bytebuddy.description that return ProvisioningStateModifier and TypeMethodDescriptionModifierReviewable.AbstractBase.getProvisioningState()Returns this parameter's provisioning state.ModifierReviewable.ForParameterDescription.getProvisioningState()Returns this parameter's provisioning state. -
Uses of ProvisioningState in net.bytebuddy.description.modifier
Subclasses with type arguments of type ProvisioningState in net.bytebuddy.description.modifierModifier and TypeClassDescriptionenumDescribes if a method parameter is mandated, i.e.Methods in net.bytebuddy.description.modifier that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateReturns the enum constant of this type with the specified name.static ProvisioningState[]ProvisioningState.values()Returns an array containing the constants of this enum type, in the order they are declared.