|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
public class PropertyDescriptorImpl
Describes a validated property.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
ElementDescriptor.ConstraintFinder |
| Constructor Summary | |
|---|---|
PropertyDescriptorImpl(Class<?> returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
|
|
| Method Summary | |
|---|---|
String |
getPropertyName()
|
| Methods inherited from class org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl |
|---|
asDescriptors, findConstraints, getConstraintDescriptors, getElementClass, hasConstraints, isCascaded |
| 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.PropertyDescriptor |
|---|
isCascaded |
| Methods inherited from interface javax.validation.metadata.ElementDescriptor |
|---|
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints |
| Constructor Detail |
|---|
public PropertyDescriptorImpl(Class<?> returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
| Method Detail |
|---|
public String getPropertyName()
getPropertyName in interface PropertyDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||