| Package | Description |
|---|---|
| ninja | |
| ninja.params | |
| ninja.utils | |
| ninja.validation |
| Class and Description |
|---|
| Validation
This interface means the validation context (implemented by
ValidationImpl) and can be injected in your
controller method. |
| Class and Description |
|---|
| Validation
This interface means the validation context (implemented by
ValidationImpl) and can be injected in your
controller method. |
| Validator
A validator for validating parameters
|
| Class and Description |
|---|
| Validation
This interface means the validation context (implemented by
ValidationImpl) and can be injected in your
controller method. |
| Class and Description |
|---|
| ConstraintViolation
A validation constraint violation
|
| FieldViolation |
| IsDate
Validates that the field is a date.
|
| IsEnum
Validates that the field is a valid enum constant.
|
| IsFloat
Validates that the field is a floating point number.
|
| IsInteger
Validates that the field is an integer.
|
| IsUUID |
| Length
Validates that the length of the field meets the given length constraints
|
| Matches
Validates that the parameter matches the given regular expression
|
| NumberValue
Validates that the value of a number meets certain parameters
|
| Required
Deprecated.
Please use Optional in controller method instead.
|
| Validation
This interface means the validation context (implemented by
ValidationImpl) and can be injected in your
controller method. |
| Validator
A validator for validating parameters
|
| WithValidator
Indicates that the annotation should have this validator class applied to it
|
Copyright © 2019 ninjaframework. All rights reserved.