|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorDescriptor | |
---|---|
org.apache.bval.jsr303.extensions |
Uses of ConstructorDescriptor in org.apache.bval.jsr303.extensions |
---|
Classes in org.apache.bval.jsr303.extensions that implement ConstructorDescriptor | |
---|---|
class |
ConstructorDescriptorImpl
Description: ConstructorDescriptor implementation. |
Methods in org.apache.bval.jsr303.extensions that return ConstructorDescriptor | |
---|---|
ConstructorDescriptor |
MethodBeanDescriptor.getConstraintsForConstructor(Constructor<?> constructor)
Get the constraints that apply to a particular constructor. |
ConstructorDescriptor |
MethodBeanDescriptorImpl.getConstraintsForConstructor(Constructor<?> constructor)
Get the constraints that apply to a particular constructor. |
Methods in org.apache.bval.jsr303.extensions that return types with arguments of type ConstructorDescriptor | |
---|---|
Set<ConstructorDescriptor> |
MethodBeanDescriptor.getConstrainedConstructors()
Get the set of constrained constructors. |
Set<ConstructorDescriptor> |
MethodBeanDescriptorImpl.getConstrainedConstructors()
Get the set of constrained constructors. |
Map<Constructor<?>,ConstructorDescriptor> |
MethodBeanDescriptorImpl.getConstructorConstraints()
Get the configured constructor constraints. |
Methods in org.apache.bval.jsr303.extensions with parameters of type ConstructorDescriptor | |
---|---|
void |
MethodBeanDescriptorImpl.putConstructorDescriptor(Constructor<?> cons,
ConstructorDescriptor desc)
Add a ConstructorDescriptor to this
MethodBeanDescriptorImpl . |
Method parameters in org.apache.bval.jsr303.extensions with type arguments of type ConstructorDescriptor | |
---|---|
void |
MethodBeanDescriptorImpl.setConstructorConstraints(Map<Constructor<?>,ConstructorDescriptor> constructorConstraints)
Set the map of constructor constraints for this bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |