Package | Description |
---|---|
org.apache.bval.jsr303 | |
org.apache.bval.jsr303.extensions |
Modifier and Type | Class and Description |
---|---|
class |
AppendValidationToBuilder
|
class |
AppendValidationToMeta
|
class |
BaseAppendValidation
Abstract base validation appender that initializes the
ConstraintValidation.getValidator() on post-processing. |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
AnnotationProcessor.processAnnotation(A annotation,
Class<?> owner,
AppendValidation appender)
Convenience method to process a single class-level annotation.
|
<A extends Annotation> |
AnnotationProcessor.processAnnotation(A annotation,
MetaProperty prop,
Class<?> owner,
AccessStrategy access,
AppendValidation appender)
Process a single annotation.
|
boolean |
AnnotationProcessor.processAnnotations(MetaProperty prop,
Class<?> owner,
AnnotatedElement element,
AccessStrategy access,
AppendValidation appender)
Process JSR303 annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendValidationToList
Description:
AppendValidation implementation that acts as an intermediate
cache of validations for further processing. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.