public class AppendValidationToList extends BaseAppendValidation
AppendValidation
implementation that acts as an intermediate
cache of validations for further processing.Constructor and Description |
---|
AppendValidationToList()
Create a new AppendValidationToList instance.
|
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, preProcessValidation
public AppendValidationToList()
public <T extends Annotation> void performAppend(ConstraintValidation<T> validation)
performAppend
in class BaseAppendValidation
T
- The type of the validation.validation
- The validation to be appended.public List<ConstraintValidation<?>> getValidations()
List
of ConstraintValidation
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.