直列化された形式
-
パッケージ org.thinkit.framework.envali.context
-
Class org.thinkit.framework.envali.context.ErrorContext extends Object implements Serializable
- serialVersionUID:
- 4230489225683277809L
-
直列化されたフィールド
-
annotation
T extends Annotation annotation
The envali anotation -
parameterConfig
ParameterConfig parameterConfig
The parameter configuration -
validationPattern
ValidationPattern validationPattern
The validation pattern
-
-
-
パッケージ org.thinkit.framework.envali.exception
-
Class org.thinkit.framework.envali.exception.ContentNotFoundException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class org.thinkit.framework.envali.exception.InvalidValueDetectedException extends RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
パッケージ org.thinkit.framework.envali.result
-
Class org.thinkit.framework.envali.result.BusinessError extends Object implements Serializable
- serialVersionUID:
- -842747765124841065L
-
直列化されたフィールド
-
errorType
InternalErrorType errorType
The error type -
message
String message
The message -
nestedError
ValidationResult nestedError
The nested error
-
-
Class org.thinkit.framework.envali.result.ValidationResult extends Object implements Serializable
- serialVersionUID:
- -3775467610787292284L
-
直列化されたフィールド
-
validationResult
Map<Class<? extends ValidatableEntity>,List<BusinessError>> validationResult
The validation result that manages business errors per-entity
-
-