Uses of Enum Class
com.broadleafcommerce.metadata.dsl.core.utils.ValidationMethodName
Packages that use ValidationMethodName
-
Uses of ValidationMethodName in com.broadleafcommerce.metadata.dsl.core.utils
Methods in com.broadleafcommerce.metadata.dsl.core.utils that return ValidationMethodNameModifier and TypeMethodDescriptionstatic ValidationMethodName
Returns the enum constant of this class with the specified name.static ValidationMethodName[]
ValidationMethodName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.metadata.dsl.core.utils that return types with arguments of type ValidationMethodNameModifier and TypeMethodDescriptionstatic Optional<ValidationMethodName>
ValidationMethodName.forMethodName
(String methodName)