javax.validation.metadata
Interface ElementDescriptor

All Known Subinterfaces:
BeanDescriptor, PropertyDescriptor

public interface ElementDescriptor

Version:
$Rev$ $Date$

Nested Class Summary
static interface ElementDescriptor.ConstraintFinder
           
 
Method Summary
 ElementDescriptor.ConstraintFinder findConstraints()
           
 Set<ConstraintDescriptor<?>> getConstraintDescriptors()
           
 Class<?> getElementClass()
           
 boolean hasConstraints()
           
 

Method Detail

hasConstraints

boolean hasConstraints()

getElementClass

Class<?> getElementClass()

getConstraintDescriptors

Set<ConstraintDescriptor<?>> getConstraintDescriptors()

findConstraints

ElementDescriptor.ConstraintFinder findConstraints()


Copyright © 2012. All Rights Reserved.