Package | Description |
---|---|
org.apache.bval.jsr.metadata |
Modifier and Type | Method and Description |
---|---|
AnnotationBehavior |
AnnotationBehavior.apply(Iterable<? extends HasAnnotationBehavior> t) |
AnnotationBehavior |
ValidatorMapping.getAnnotationBehavior() |
default AnnotationBehavior |
HasAnnotationBehavior.getAnnotationBehavior() |
static AnnotationBehavior |
AnnotationBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationBehavior[] |
AnnotationBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ValidatorMapping.hasBehavior(AnnotationBehavior annotationBehavior) |
static EmptyBuilder |
EmptyBuilder.instance(AnnotationBehavior annotationBehavior) |
Constructor and Description |
---|
ValidatorMapping(String source,
List<Class<? extends javax.validation.ConstraintValidator<A,?>>> validatorTypes,
AnnotationBehavior annotationBehavior) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.