public interface AnnotationProcessingOptions
AnnotationProcessingOptions
instance keeps track of annotations which should be ignored as configuration source.
The main validation source for Bean Validation is annotation and alternate configuration sources use this class
to override/ignore existing annotations.Modifier and Type | Method and Description |
---|---|
boolean |
areClassLevelConstraintsIgnoredFor(Class<?> clazz) |
boolean |
areCrossParameterConstraintsIgnoredFor(Member member) |
boolean |
areMemberConstraintsIgnoredFor(Member member) |
boolean |
areParameterConstraintsIgnoredFor(Member member,
int index) |
boolean |
areReturnValueConstraintsIgnoredFor(Member member) |
void |
merge(AnnotationProcessingOptions annotationProcessingOptions) |
boolean areClassLevelConstraintsIgnoredFor(Class<?> clazz)
boolean areMemberConstraintsIgnoredFor(Member member)
boolean areReturnValueConstraintsIgnoredFor(Member member)
boolean areCrossParameterConstraintsIgnoredFor(Member member)
boolean areParameterConstraintsIgnoredFor(Member member, int index)
void merge(AnnotationProcessingOptions annotationProcessingOptions)
Copyright © 2016 JBoss by Red Hat. All rights reserved.