public class BeanValidationAnnotationIntrospector
extends AnnotationIntrospector
| Modifier and Type | Field and Description |
|---|---|
protected TypeFactory |
typeFactory |
| Constructor and Description |
|---|
BeanValidationAnnotationIntrospector(TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected static Field |
findField(String fieldName,
Class<?> declaringClass) |
boolean |
hasIgnoreMarker(AnnotatedMember m) |
Boolean |
hasRequiredMarker(AnnotatedMember m) |
Version |
version() |
Apache CXF