パッケージ org.thinkit.framework.envali.annotation
The package manages the annotations supported by Envali framework.
-
注釈型の概要 注釈型 説明 NestedEntity An annotation that indicates the field is the nested validatable entity.ParameterMapping An annotation that maps a content file that defines the expectations for entity validation.RequireEndWith An annotation indicating that the string ends with a specific string.RequireMatch An annotation that indicates the value of the field matches the regular expression specified in theRequireMatch.expression()
orRequireMatch.presetExpression()
.RequireNegative An annotation that indicates the field is not allowed to be set to positive numbers.RequireNonBlank An annotation that indicates the field is not allowed to be set to""
.RequireNonEmpty An annotation that indicates the field is not allowed to be set tonull
or empty.RequireNonNull An annotation that indicates the field is not allowed to be set tonull
.RequirePositive An annotation that indicates the field is not allowed to be set to negative numbers.RequireRangeFrom An annotation indicating that the value is not under the lower limit.RequireRangeFromTo An annotation that indicate that the numbers are within the lower and upper limits.RequireRangeTo An annotation indicating that the value is not above the upper limit.RequireStartWith An annotation indicating that the string starts with a specific string.