Uses of Interface
org.apache.bval.jsr303.extensions.ParameterDescriptor

Packages that use ParameterDescriptor
org.apache.bval.jsr303.extensions   
 

Uses of ParameterDescriptor in org.apache.bval.jsr303.extensions
 

Classes in org.apache.bval.jsr303.extensions that implement ParameterDescriptor
 class ParameterDescriptorImpl
          Description: ParameterDescriptor implementation.
 

Methods in org.apache.bval.jsr303.extensions that return types with arguments of type ParameterDescriptor
 List<ParameterDescriptor> ConstructorDescriptor.getParameterDescriptors()
          Get the list of ParameterDescriptors.
 List<ParameterDescriptor> MethodDescriptor.getParameterDescriptors()
          Get the ParameterDescriptors for this MethodDescriptor.
 List<ParameterDescriptor> MethodDescriptorImpl.getParameterDescriptors()
          Get the ParameterDescriptors for this MethodDescriptor.
 List<ParameterDescriptor> ProcedureDescriptor.getParameterDescriptors()
          Get the parameter descriptors of this procedure.
 List<ParameterDescriptor> ConstructorDescriptorImpl.getParameterDescriptors()
          Get the list of ParameterDescriptors.
 



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.