Uses of Class
org.apache.bval.jsr.metadata.AnnotationBehavior
-
Packages that use AnnotationBehavior Package Description org.apache.bval.jsr.metadata -
-
Uses of AnnotationBehavior in org.apache.bval.jsr.metadata
Methods in org.apache.bval.jsr.metadata that return AnnotationBehavior Modifier and Type Method Description AnnotationBehavior
AnnotationBehavior. apply(Iterable<? extends HasAnnotationBehavior> t)
AnnotationBehavior
CompositeBuilder.Delegator. getAnnotationBehavior()
default AnnotationBehavior
HasAnnotationBehavior. getAnnotationBehavior()
AnnotationBehavior
ValidatorMapping. 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.Methods in org.apache.bval.jsr.metadata with parameters of type AnnotationBehavior Modifier and Type Method Description boolean
ValidatorMapping. hasBehavior(AnnotationBehavior annotationBehavior)
static EmptyBuilder
EmptyBuilder. instance(AnnotationBehavior annotationBehavior)
Constructors in org.apache.bval.jsr.metadata with parameters of type AnnotationBehavior Constructor Description ValidatorMapping(String source, List<Class<? extends jakarta.validation.ConstraintValidator<A,?>>> validatorTypes, AnnotationBehavior annotationBehavior)
-