public class AppendValidationToList extends BaseAppendValidation
AppendValidation implementation that acts as an intermediate
cache of validations for further processing.| Constructor and Description |
|---|
AppendValidationToList() |
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintValidation<?>> |
getValidations()
Get the list of cached validations.
|
<T extends Annotation> |
performAppend(ConstraintValidation<T> validation)
Performs the actual "appending" operation to the underlying data
structure that holds the validations.
|
append, postProcessValidation, preProcessValidationpublic <T extends Annotation> void performAppend(ConstraintValidation<T> validation)
performAppend in class BaseAppendValidationT - The type of the validation.validation - The validation to be appended.public List<ConstraintValidation<?>> getValidations()
List of ConstraintValidationCopyright © 2010–2024 The Apache Software Foundation. All rights reserved.