|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppendValidation | |
|---|---|
| org.apache.bval.jsr303 | |
| org.apache.bval.jsr303.extensions | |
| Uses of AppendValidation in org.apache.bval.jsr303 |
|---|
| Classes in org.apache.bval.jsr303 that implement AppendValidation | |
|---|---|
class |
AppendValidationToBuilder
Description: Adapt AnnotationConstraintBuilder to the AppendValidation interface. |
class |
AppendValidationToMeta
Description: adapt any FeaturesCapable from the core meta-model to the AppendValidation interface. |
class |
BaseAppendValidation
Abstract base validation appender that initializes the ConstraintValidation.getValidator() on post-processing. |
| Methods in org.apache.bval.jsr303 with parameters of type AppendValidation | ||
|---|---|---|
protected
|
Jsr303MetaBeanFactory.applyConstraint(A annotation,
Class<? extends ConstraintValidator<A,?>>[] constraintClasses,
MetaProperty prop,
Class<?> owner,
AccessStrategy access,
AppendValidation appender)
Apply a constraint to the specified appender. |
|
| Uses of AppendValidation in org.apache.bval.jsr303.extensions |
|---|
| Classes in org.apache.bval.jsr303.extensions that implement AppendValidation | |
|---|---|
class |
AppendValidationToList
Description: AppendValidation implementation that acts as an intermediate
cache of validations for further processing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||