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 interfaceElementDescriptor.ConstraintFinder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementDescriptor.ConstraintFinderfindConstraints()java.util.Set<ConstraintDescriptor<?>>getConstraintDescriptors()java.lang.Class<?>getElementClass()booleanhasConstraints()
-
-
-
Method Detail
-
hasConstraints
boolean hasConstraints()
-
getElementClass
java.lang.Class<?> getElementClass()
-
getConstraintDescriptors
java.util.Set<ConstraintDescriptor<?>> getConstraintDescriptors()
-
findConstraints
ElementDescriptor.ConstraintFinder findConstraints()
-
-