|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.metadata.ElementDescriptorImpl
org.hibernate.validator.metadata.MethodDescriptorImpl
public class MethodDescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
javax.validation.metadata.ElementDescriptor.ConstraintFinder |
| Constructor Summary | |
|---|---|
MethodDescriptorImpl(BeanMetaData<?> metaDataBean,
AggregatedMethodMetaData methodMetaData)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMethodName()
Returns the name of the method represented by this descriptor. |
java.util.List<ParameterDescriptor> |
getParameterDescriptors()
Returns a list with descriptors for this method's parameters. |
boolean |
isCascaded()
Whether a cascaded validation for this method's return value shall be performed or not. |
| Methods inherited from class org.hibernate.validator.metadata.ElementDescriptorImpl |
|---|
addConstraintDescriptor, findConstraints, getConstraintDescriptors, getElementClass, getMetaDataBean, hasConstraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints |
| Constructor Detail |
|---|
public MethodDescriptorImpl(BeanMetaData<?> metaDataBean,
AggregatedMethodMetaData methodMetaData)
| Method Detail |
|---|
public java.lang.String getMethodName()
MethodDescriptor
getMethodName in interface MethodDescriptorpublic java.util.List<ParameterDescriptor> getParameterDescriptors()
MethodDescriptorReturns a list with descriptors for this method's parameters.
The size of this list corresponds with the number of this method's parameters.
getParameterDescriptors in interface MethodDescriptorpublic boolean isCascaded()
MethodDescriptorValid
annotation) either locally or in the inheritance hierarchy.
isCascaded in interface MethodDescriptorTrue, if this method's return value shall be
validated recursively, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||