|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validation.metadata.ElementDescriptorImpl
org.hibernate.validation.metadata.PropertyDescriptorImpl
public class PropertyDescriptorImpl
Describe a validated element (class, field or property).
| Constructor Summary | |
|---|---|
PropertyDescriptorImpl(java.lang.Class<?> returnType,
boolean cascaded,
java.lang.String property)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
|
boolean |
isCascaded()
|
| Methods inherited from class org.hibernate.validation.metadata.ElementDescriptorImpl |
|---|
addConstraintDescriptor, getConstraintDescriptors, getElementClass, getUnorderdConstraintDescriptorsMatchingGroups, getUnorderedConstraintDescriptorsMatchingGroups, 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 |
|---|
getConstraintDescriptors, getElementClass, getUnorderdConstraintDescriptorsMatchingGroups, hasConstraints |
| Constructor Detail |
|---|
public PropertyDescriptorImpl(java.lang.Class<?> returnType,
boolean cascaded,
java.lang.String property)
| Method Detail |
|---|
public boolean isCascaded()
isCascaded in interface javax.validation.metadata.PropertyDescriptorpublic java.lang.String getPropertyName()
getPropertyName in interface javax.validation.metadata.PropertyDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||