Uses of Enum Class
jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionOperator
Packages that use ConditionOperator
Package
Description
Provides
jakarta validation related enums.-
Uses of ConditionOperator in jp.ecuacion.lib.core.jakartavalidation.validator.enums
Subclasses with type arguments of type ConditionOperator in jp.ecuacion.lib.core.jakartavalidation.validator.enumsModifier and TypeClassDescriptionenumSpecifies operator applied between the value of a condition field and the condition value.Methods in jp.ecuacion.lib.core.jakartavalidation.validator.enums that return ConditionOperatorModifier and TypeMethodDescriptionstatic ConditionOperatorReturns the enum constant of this class with the specified name.static ConditionOperator[]ConditionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.