open class NotNegativeValueInMapValidator : ConstraintValidator<NotNegativeValueInMap!, MutableMap<Int!, Long!>!>
NotNegativeValueInMapValidator() |
open fun initialize(constraintAnnotation: NotNegativeValueInMap!): Unit |
|
open fun isValid(value: MutableMap<Int!, Long!>!, context: ConstraintValidatorContext!): Boolean |