org.apache.bval.jsr303.extensions
Interface ConstructorDescriptor

All Superinterfaces:
ElementDescriptor
All Known Implementing Classes:
ConstructorDescriptorImpl

public interface ConstructorDescriptor
extends ElementDescriptor

Description: This class will disappear when such functionality is part of the JSR303 specification.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor
ElementDescriptor.ConstraintFinder
 
Method Summary
 List<ParameterDescriptor> getParameterDescriptors()
          Get the list of ParameterDescriptors.
 boolean isCascaded()
          Learn whether the referenced constructor should be validated.
 
Methods inherited from interface javax.validation.metadata.ElementDescriptor
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
 

Method Detail

getParameterDescriptors

List<ParameterDescriptor> getParameterDescriptors()
Get the list of ParameterDescriptors.

Returns:
List of ParameterDescriptor

isCascaded

boolean isCascaded()
Learn whether the referenced constructor should be validated.

Returns:


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.