public class NonNegativeIntValidator extends IntegerValidator implements javax.validation.ConstraintValidator<NonNegativeInt,Object>
NonNegativeInt
annotation.allowNegative
Constructor and Description |
---|
NonNegativeIntValidator() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(NonNegativeInt constraintAnnotation) |
isValid
public void initialize(NonNegativeInt constraintAnnotation)
initialize
in interface javax.validation.ConstraintValidator<NonNegativeInt,Object>
Copyright © 2022 Atlassian. All rights reserved.