Package | Description |
---|---|
org.apache.bval.jsr |
Modifier and Type | Class and Description |
---|---|
class |
AppendValidationToBuilder
|
class |
AppendValidationToList
Description:
AppendValidation implementation that acts as an intermediate
cache of validations for further processing. |
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,
Meta prop,
Class<?> owner,
AccessStrategy access,
AppendValidation appender,
boolean reflection)
Process a single annotation.
|
boolean |
AnnotationProcessor.processAnnotations(Meta prop,
Class<?> owner,
AnnotatedElement element,
AccessStrategy access,
AppendValidation appender)
Process JSR303 annotations.
|
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.