public class

NonNegativeIntValidator

extends IntegerValidator
implements ConstraintValidator<A extends Annotation, T>
java.lang.Object
   ↳ com.atlassian.stash.validation.IntegerValidator
     ↳ com.atlassian.stash.validation.NonNegativeIntValidator

Class Overview

Validator for the NonNegativeInt annotation.

Summary

[Expand]
Inherited Fields
From class com.atlassian.stash.validation.IntegerValidator
Public Constructors
NonNegativeIntValidator()
Public Methods
void initialize(NonNegativeInt constraintAnnotation)
[Expand]
Inherited Methods
From class com.atlassian.stash.validation.IntegerValidator
From class java.lang.Object
From interface javax.validation.ConstraintValidator

Public Constructors

public NonNegativeIntValidator ()

Public Methods

public void initialize (NonNegativeInt constraintAnnotation)