Package | Description |
---|---|
ninja.validation |
Modifier and Type | Class and Description |
---|---|
interface |
IsDate
Validates that the field is a date.
|
interface |
IsEnum
Validates that the field is a valid enum constant.
|
interface |
IsFloat
Validates that the field is a floating point number.
|
interface |
IsInteger
Validates that the field is an integer.
|
interface |
IsUUID |
interface |
JSR303Validation
Validates that the annotated element is conform to its JSR303-Annotations
|
interface |
Length
Validates that the length of the field meets the given length constraints
|
interface |
Matches
Validates that the parameter matches the given regular expression
|
interface |
NumberValue
Validates that the value of a number meets certain parameters
|
interface |
Required
Deprecated.
Please use Optional in controller method instead.
|
Copyright © 2019 ninjaframework. All rights reserved.