Package javax.validation.metadata
Interface ElementDescriptor
-
- All Known Subinterfaces:
BeanDescriptor
,PropertyDescriptor
public interface ElementDescriptor
- Version:
- $Rev$ $Date$
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ElementDescriptor.ConstraintFinder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementDescriptor.ConstraintFinder
findConstraints()
java.util.Set<ConstraintDescriptor<?>>
getConstraintDescriptors()
java.lang.Class<?>
getElementClass()
boolean
hasConstraints()
-
-
-
Method Detail
-
hasConstraints
boolean hasConstraints()
-
getElementClass
java.lang.Class<?> getElementClass()
-
getConstraintDescriptors
java.util.Set<ConstraintDescriptor<?>> getConstraintDescriptors()
-
findConstraints
ElementDescriptor.ConstraintFinder findConstraints()
-
-