Package | Description |
---|---|
org.apache.bval.jsr.metadata |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationBehavior
Models the behavior of a
MetadataBuilder with regard to bean validation annotations. |
Modifier and Type | Method and Description |
---|---|
static AnnotationBehaviorMergeStrategy |
AnnotationBehaviorMergeStrategy.consensus() |
static AnnotationBehaviorMergeStrategy |
AnnotationBehaviorMergeStrategy.first() |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
ValidatorMapping.merge(List<? extends ValidatorMapping<A>> validatorMappings,
AnnotationBehaviorMergeStrategy annotationBehaviorMergeStrategy) |
static CompositeBuilder |
CompositeBuilder.with(ApacheValidatorFactory validatorFactory,
AnnotationBehaviorMergeStrategy annotationBehaviorStrategy) |
Constructor and Description |
---|
CompositeBuilder(ApacheValidatorFactory validatorFactory,
AnnotationBehaviorMergeStrategy annotationBehaviorMergeStrategy) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.