Package | Description |
---|---|
org.apache.bval.jsr303.extensions |
Modifier and Type | Class and Description |
---|---|
class |
ParameterDescriptorImpl
Description:
ParameterDescriptor implementation. |
Modifier and Type | Method and Description |
---|---|
List<ParameterDescriptor> |
ConstructorDescriptorImpl.getParameterDescriptors()
Get the list of
ParameterDescriptor s. |
List<ParameterDescriptor> |
MethodDescriptorImpl.getParameterDescriptors()
Get the
ParameterDescriptor s for this MethodDescriptor . |
List<ParameterDescriptor> |
ProcedureDescriptor.getParameterDescriptors()
Get the parameter descriptors of this procedure.
|
List<ParameterDescriptor> |
ConstructorDescriptor.getParameterDescriptors()
Get the list of
ParameterDescriptor s. |
List<ParameterDescriptor> |
MethodDescriptor.getParameterDescriptors()
Get the
ParameterDescriptor s for this MethodDescriptor . |
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.